public class AsyncHttpClient
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncHttpClient.ClientExecutorTask |
| Constructor and Description |
|---|
AsyncHttpClient(java.lang.String baseUrl)
Creates a new client using a base Url without a timeout
|
AsyncHttpClient(java.lang.String baseUrl,
long timeout)
Creates a new client using a base Url with a timeout in MS
|
AsyncHttpClient(android.net.Uri baseUri)
Creates a new client using a base Uri without a timeout
|
AsyncHttpClient(android.net.Uri baseUri,
long timeout)
Creates a new client using a base Uri with a timeout in MS
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels a request if it's running
|
void |
delete(AsyncHttpResponseHandler response)
Performs a DELETE request on the baseUri
|
void |
delete(org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
Performs a DELETE request on the baseUri
|
void |
delete(org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a DELETE request on the baseUri
|
void |
delete(java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
Performs a DELETE request on the baseUri
|
void |
delete(java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
Performs a DELETE request on the baseUri
|
void |
delete(java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a DELETE request on the baseUri
|
void |
delete(java.lang.String path,
AsyncHttpResponseHandler response)
Performs a DELETE request on the baseUri
|
void |
delete(java.lang.String path,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
Performs a DELETE request on the baseUri
|
void |
delete(java.lang.String path,
org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a DELETE request on the baseUri
|
void |
delete(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
Performs a DELETE request on the baseUri
|
void |
delete(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
Performs a DELETE request on the baseUri
|
void |
delete(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a DELETE request on the baseUri
|
void |
delete(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a DELETE request on the baseUri
|
void |
get(AsyncHttpResponseHandler response)
Performs a GET request on the baseUri
|
void |
get(java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a GET request on the baseUri
|
void |
get(java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a GET request on the baseUri
|
void |
get(java.lang.String path,
AsyncHttpResponseHandler response)
Performs a GET request on the baseUri
|
void |
get(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
Performs a GET request on the baseUri
|
void |
get(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a GET request on the baseUri
|
void |
head(AsyncHttpResponseHandler response)
Performs a HEAD request on the baseUri
|
void |
head(java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a HEAD request on the baseUri
|
void |
head(java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a HEAD request on the baseUri
|
void |
head(java.lang.String path,
AsyncHttpResponseHandler response)
Performs a HEAD request on the baseUri
|
void |
head(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
Performs a HEAD request on the baseUri
|
void |
head(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a HEAD request on the baseUri
|
void |
options(AsyncHttpResponseHandler response)
Performs a OPTIONS request on the baseUri
|
void |
options(java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a OPTIONS request on the baseUri
|
void |
options(java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a OPTIONS request on the baseUri
|
void |
options(java.lang.String path,
AsyncHttpResponseHandler response)
Performs a OPTIONS request on the baseUri
|
void |
options(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
Performs a OPTIONS request on the baseUri
|
void |
options(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a OPTIONS request on the baseUri
|
void |
patch(AsyncHttpResponseHandler response)
Performs a PATCH request on the baseUr
|
void |
patch(org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
Performs a PATCH request on the baseUri
|
void |
patch(org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a PATCH request on the baseUri
|
void |
patch(java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
Performs a PATCH request on the baseUri
|
void |
patch(java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
Performs a PATCH request on the baseUri
|
void |
patch(java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a PATCH request on the baseUri
|
void |
patch(java.lang.String path,
AsyncHttpResponseHandler response)
Performs a PATCH request on the baseUr
|
void |
patch(java.lang.String path,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
Performs a PATCH request on the baseUri
|
void |
patch(java.lang.String path,
org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a PATCH request on the baseUri
|
void |
patch(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
Performs a PATCH request on the baseUri
|
void |
patch(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
Performs a PATCH request on the baseUri
|
void |
patch(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a PATCH request on the baseUri
|
void |
patch(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a PATCH request on the baseUri
|
void |
post(AsyncHttpResponseHandler response)
Performs a POST request on the baseUri
|
void |
post(org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
Performs a POST request on the baseUri
|
void |
post(org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a POST request on the baseUri
|
void |
post(java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
Performs a POST request on the baseUri
|
void |
post(java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
Performs a POST request on the baseUri
|
void |
post(java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a POST request on the baseUri
|
void |
post(java.lang.String path,
AsyncHttpResponseHandler response)
Performs a POST request on the baseUr
|
void |
post(java.lang.String path,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
Performs a POST request on the baseUri
|
void |
post(java.lang.String path,
org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a POST request on the baseUri
|
void |
post(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
Performs a POST request on the baseUri
|
void |
post(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
Performs a POST request on the baseUri
|
void |
post(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a POST request on the baseUri
|
void |
post(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a POST request on the baseUri
|
void |
put(AsyncHttpResponseHandler response)
Performs a PUT request on the baseUr
|
void |
put(org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
Performs a PUT request on the baseUri
|
void |
put(org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a PUT request on the baseUri
|
void |
put(java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
Performs a PUT request on the baseUri
|
void |
put(java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
Performs a PUT request on the baseUri
|
void |
put(java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a PUT request on the baseUri
|
void |
put(java.lang.String path,
AsyncHttpResponseHandler response)
Performs a PUT request on the baseUr
|
void |
put(java.lang.String path,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
Performs a PUT request on the baseUri
|
void |
put(java.lang.String path,
org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a PUT request on the baseUri
|
void |
put(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
Performs a PUT request on the baseUri
|
void |
put(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
Performs a PUT request on the baseUri
|
void |
put(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a PUT request on the baseUri
|
void |
put(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
Performs a PUT request on the baseUri
|
void |
setAllowAllSsl(boolean allow) |
void |
setAllowRedirect(boolean allow) |
public AsyncHttpClient(java.lang.String baseUrl)
baseUrl - The base connection urlpublic AsyncHttpClient(android.net.Uri baseUri)
baseUri - The base connection uripublic AsyncHttpClient(java.lang.String baseUrl,
long timeout)
baseUrl - The base connection urltimeout - The timeout in MSpublic AsyncHttpClient(android.net.Uri baseUri,
long timeout)
baseUri - The base connection uritimeout - The timeout in MSpublic void cancel()
public void get(AsyncHttpResponseHandler response)
response - The response handler for the requestpublic void get(java.lang.String path,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriresponse - The response handler for the requestpublic void get(java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
headers - The request headers for the connectionresponse - The response handler for the requestpublic void get(java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
params - The Query params to append to the baseUriheaders - The request headers for the connectionresponse - The response handler for the requestpublic void get(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriresponse - The response handler for the requestpublic void get(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriparams - The Query params to append to the baseUriheaders - The request headers for the connectionresponse - The response handler for the requestpublic void options(AsyncHttpResponseHandler response)
response - The response handler for the requestpublic void options(java.lang.String path,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriresponse - The response handler for the requestpublic void options(java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
headers - The request headers for the connectionresponse - The response handler for the requestpublic void options(java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
params - The Query params to append to the baseUriheaders - The request headers for the connectionresponse - The response handler for the requestpublic void options(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriresponse - The response handler for the requestpublic void options(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriparams - The Query params to append to the baseUriheaders - The request headers for the connectionresponse - The response handler for the requestpublic void head(AsyncHttpResponseHandler response)
response - The response handler for the requestpublic void head(java.lang.String path,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriresponse - The response handler for the requestpublic void head(java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
headers - The request headers for the connectionresponse - The response handler for the requestpublic void head(java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
params - The Query params to append to the baseUriheaders - The request headers for the connectionresponse - The response handler for the requestpublic void head(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriresponse - The response handler for the requestpublic void head(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriparams - The Query params to append to the baseUriheaders - The request headers for the connectionresponse - The response handler for the requestpublic void delete(AsyncHttpResponseHandler response)
response - The response handler for the requestpublic void delete(java.lang.String path,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriresponse - The response handler for the requestpublic void delete(java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
params - The Query params to append to the baseUriresponse - The response handler for the requestpublic void delete(java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
params - The Query params to append to the baseUriheaders - The request headers for the connectionresponse - The response handler for the requestpublic void delete(org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
postData - The post data entity to post to the serverresponse - The response handler for the requestpublic void delete(org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
postData - The post data entity to post to the serverheaders - The request headers for the connectionresponse - The response handler for the requestpublic void delete(java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
params - The Query params to append to the baseUripostData - The post data entity to post to the serverresponse - The response handler for the requestpublic void delete(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriparams - The Query params to append to the baseUriresponse - The response handler for the requestpublic void delete(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriparams - The Query params to append to the baseUriheaders - The request headers for the connectionresponse - The response handler for the requestpublic void delete(java.lang.String path,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
path - The path extended from the baseUripostData - The post data entity to post to the serverresponse - The response handler for the requestpublic void delete(java.lang.String path,
org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
path - The path extended from the baseUripostData - The post data entity to post to the serverheaders - The request headers for the connectionresponse - The response handler for the requestpublic void delete(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriparams - The Query params to append to the baseUripostData - The post data entity to post to the serverresponse - The response handler for the requestpublic void delete(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriparams - The Query params to append to the baseUripostData - The post data entity to post to the serverheaders - The request headers for the connectionresponse - The response handler for the requestpublic void post(AsyncHttpResponseHandler response)
response - The response handler for the requestpublic void post(java.lang.String path,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriresponse - The response handler for the requestpublic void post(java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
params - The Query params to append to the baseUriresponse - The response handler for the requestpublic void post(java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
params - The Query params to append to the baseUriheaders - The request headers for the connectionresponse - The response handler for the requestpublic void post(org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
postData - The post data entity to post to the serverresponse - The response handler for the requestpublic void post(org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
postData - The post data entity to post to the serverheaders - The request headers for the connectionresponse - The response handler for the requestpublic void post(java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
params - The Query params to append to the baseUripostData - The post data entity to post to the serverresponse - The response handler for the requestpublic void post(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriparams - The Query params to append to the baseUriresponse - The response handler for the requestpublic void post(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriparams - The Query params to append to the baseUriheaders - The request headers for the connectionresponse - The response handler for the requestpublic void post(java.lang.String path,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
path - The path extended from the baseUripostData - The post data entity to post to the serverresponse - The response handler for the requestpublic void post(java.lang.String path,
org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
path - The path extended from the baseUripostData - The post data entity to post to the serverheaders - The request headers for the connectionresponse - The response handler for the requestpublic void post(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriparams - The Query params to append to the baseUripostData - The post data entity to post to the serverresponse - The response handler for the requestpublic void post(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriparams - The Query params to append to the baseUripostData - The post data entity to post to the serverheaders - The request headers for the connectionresponse - The response handler for the requestpublic void put(AsyncHttpResponseHandler response)
response - The response handler for the requestpublic void put(java.lang.String path,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriresponse - The response handler for the requestpublic void put(java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
params - The Query params to append to the baseUriresponse - The response handler for the requestpublic void put(java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
params - The Query params to append to the baseUriheaders - The request headers for the connectionresponse - The response handler for the requestpublic void put(org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
postData - The post data entity to post to the serverresponse - The response handler for the requestpublic void put(org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
postData - The post data entity to post to the serverheaders - The request headers for the connectionresponse - The response handler for the requestpublic void put(java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
params - The Query params to append to the baseUripostData - The post data entity to post to the serverresponse - The response handler for the requestpublic void put(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriparams - The Query params to append to the baseUriresponse - The response handler for the requestpublic void put(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriparams - The Query params to append to the baseUriheaders - The request headers for the connectionresponse - The response handler for the requestpublic void put(java.lang.String path,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
path - The path extended from the baseUripostData - The post data entity to post to the serverresponse - The response handler for the requestpublic void put(java.lang.String path,
org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
path - The path extended from the baseUripostData - The post data entity to post to the serverheaders - The request headers for the connectionresponse - The response handler for the requestpublic void put(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriparams - The Query params to append to the baseUripostData - The post data entity to post to the serverresponse - The response handler for the requestpublic void put(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriparams - The Query params to append to the baseUripostData - The post data entity to post to the serverheaders - The request headers for the connectionresponse - The response handler for the requestpublic void patch(AsyncHttpResponseHandler response)
response - The response handler for the requestpublic void patch(java.lang.String path,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriresponse - The response handler for the requestpublic void patch(java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
params - The Query params to append to the baseUriresponse - The response handler for the requestpublic void patch(java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
params - The Query params to append to the baseUriheaders - The request headers for the connectionresponse - The response handler for the requestpublic void patch(org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
postData - The post data entity to post to the serverresponse - The response handler for the requestpublic void patch(org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
postData - The post data entity to post to the serverheaders - The request headers for the connectionresponse - The response handler for the requestpublic void patch(java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
params - The Query params to append to the baseUripostData - The post data entity to post to the serverresponse - The response handler for the requestpublic void patch(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriparams - The Query params to append to the baseUriresponse - The response handler for the requestpublic void patch(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriparams - The Query params to append to the baseUriheaders - The request headers for the connectionresponse - The response handler for the requestpublic void patch(java.lang.String path,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
path - The path extended from the baseUripostData - The post data entity to post to the serverresponse - The response handler for the requestpublic void patch(java.lang.String path,
org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
path - The path extended from the baseUripostData - The post data entity to post to the serverheaders - The request headers for the connectionresponse - The response handler for the requestpublic void patch(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriparams - The Query params to append to the baseUripostData - The post data entity to post to the serverresponse - The response handler for the requestpublic void patch(java.lang.String path,
java.util.List<org.apache.http.NameValuePair> params,
org.apache.http.HttpEntity postData,
java.util.List<org.apache.http.Header> headers,
AsyncHttpResponseHandler response)
path - The path extended from the baseUriparams - The Query params to append to the baseUripostData - The post data entity to post to the serverheaders - The request headers for the connectionresponse - The response handler for the requestpublic void setAllowAllSsl(boolean allow)
public void setAllowRedirect(boolean allow)