| Package | Description |
|---|---|
| com.github.qcloudsms | |
| com.github.qcloudsms.httpclient |
| Modifier and Type | Field and Description |
|---|---|
protected HTTPResponse |
SmsResultBase.response |
| Modifier and Type | Method and Description |
|---|---|
HTTPResponse |
SmsResultBase.getResponse()
Get raw response
|
HTTPResponse |
SmsBase.handleError(HTTPResponse response)
Handle http status error
|
| Modifier and Type | Method and Description |
|---|---|
HTTPResponse |
SmsBase.handleError(HTTPResponse response)
Handle http status error
|
SmsVoicePromptSenderResult |
SmsVoicePromptSenderResult.parseFromHTTPResponse(HTTPResponse response) |
SmsVoiceVerifyCodeSenderResult |
SmsVoiceVerifyCodeSenderResult.parseFromHTTPResponse(HTTPResponse response) |
SmsStatusPullReplyResult |
SmsStatusPullReplyResult.parseFromHTTPResponse(HTTPResponse response) |
SmsStatusPullCallbackResult |
SmsStatusPullCallbackResult.parseFromHTTPResponse(HTTPResponse response) |
SmsSingleSenderResult |
SmsSingleSenderResult.parseFromHTTPResponse(HTTPResponse response) |
abstract SmsResultBase |
SmsResultBase.parseFromHTTPResponse(HTTPResponse response)
Parse result from HTTPResponse
|
SmsMultiSenderResult |
SmsMultiSenderResult.parseFromHTTPResponse(HTTPResponse response) |
org.json.JSONObject |
SmsResultBase.parseToJson(HTTPResponse response)
Parse HTTP response to JSONObject
|
| Modifier and Type | Method and Description |
|---|---|
HTTPResponse |
HTTPResponse.addHeader(String name,
String value) |
HTTPResponse |
PoolingHTTPClient.fetch(HTTPRequest request) |
HTTPResponse |
DefaultHTTPClient.fetch(HTTPRequest request) |
HTTPResponse |
HTTPClient.fetch(HTTPRequest request)
Fetch HTTP response by given HTTP request,
|
HTTPResponse |
HTTPResponse.setBody(String body) |
HTTPResponse |
HTTPResponse.setReason(String reason) |
HTTPResponse |
HTTPResponse.setRequest(HTTPRequest request) |
HTTPResponse |
HTTPResponse.setStatusCode(int statusCode) |
Copyright © 2018. All rights reserved.