- add(String, String) - Method in class net.callumtaylor.asynchttp.obj.entity.RequestEntity
-
Adds a new KV pair to the entity
- add(NameValuePair) - Method in class net.callumtaylor.asynchttp.obj.entity.RequestEntity
-
Adds a new KV pair to the entity
- addFilePart(String, FileEntity) - Method in class net.callumtaylor.asynchttp.obj.entity.MultiPartEntity
-
Adds a new file based HttpEntity to the entity.
- addFilePart(String, String, FileEntity) - Method in class net.callumtaylor.asynchttp.obj.entity.MultiPartEntity
-
Deprecated.
- addPart(String, String) - Method in class net.callumtaylor.asynchttp.obj.entity.MultiPartEntity
-
Adds a basic KV part to the entity
- addPart(String, HttpEntity) - Method in class net.callumtaylor.asynchttp.obj.entity.MultiPartEntity
-
Adds a new HttpEntity value to the entity.
- 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
- AsyncHttpClient - Class in net.callumtaylor.asynchttp
-
- 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.ClientExecutorTask - Class in net.callumtaylor.asynchttp
-
- AsyncHttpClient.ClientExecutorTask(RequestMode, Uri, List<Header>, HttpEntity, ResponseHandler, boolean) - Constructor for class net.callumtaylor.asynchttp.AsyncHttpClient.ClientExecutorTask
-