public class InvokeTaskHttpGet extends InvokeTask
InvokeTask that performs a simple HTTP GET
to a destinationUrl and provides components of the response to the client
process.| Constructor and Description |
|---|
InvokeTaskHttpGet(java.lang.String destinationUrl,
java.util.Map<java.lang.String,java.lang.String> requestHeaders,
InvokeClientCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Void |
doInBackground(java.lang.Void... voids) |
getAccessToken, getContentLength, getContentType, getDestinationUrl, getException, getHttpBinaryPayload, getHttpResponseCode, getRequestHeaders, getResponseHeaders, isAccessTokenRefreshed, onPostExecute, setException, setHttpBinaryPayload, setHttpResponseCodepublic InvokeTaskHttpGet(java.lang.String destinationUrl,
java.util.Map<java.lang.String,java.lang.String> requestHeaders,
InvokeClientCallback callback)