- allowAllSsl - Variable in class net.callumtaylor.asynchttp.ClientExecutorTask
-
- allowRedirect - Variable in class net.callumtaylor.asynchttp.ClientExecutorTask
-
- appendParams(Uri, List<NameValuePair>) - Static method in class net.callumtaylor.asynchttp.obj.RequestUtil
-
Appends a list of KV params on to the end of a URI
- AsyncClientExecutorTask(RequestMode, Uri, Headers, RequestBody, ResponseHandler, boolean, boolean, long) - Constructor for class net.callumtaylor.asynchttp.AsyncHttpClient.AsyncClientExecutorTask
-
- AsyncHttpClient - Class in net.callumtaylor.asynchttp
-
The client class used for initiating HTTP requests using an AsyncTask.
- AsyncHttpClient(String) - Constructor for class net.callumtaylor.asynchttp.AsyncHttpClient
-
Creates a new client using a base Url without a timeout
- AsyncHttpClient(Uri) - Constructor for class net.callumtaylor.asynchttp.AsyncHttpClient
-
Creates a new client using a base Uri without a timeout
- AsyncHttpClient(String, long) - Constructor for class net.callumtaylor.asynchttp.AsyncHttpClient
-
Creates a new client using a base Url with a timeout in MS
- AsyncHttpClient(Uri, long) - Constructor for class net.callumtaylor.asynchttp.AsyncHttpClient
-
Creates a new client using a base Uri with a timeout in MS
- AsyncHttpClient.AsyncClientExecutorTask - Class in net.callumtaylor.asynchttp
-
Delegate wrapper class for ClientExecutorTask inside an AsyncTask