A B C D E G H I J L M N O P R S T V W 

A

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
Deprecated.
Use addFilePart(String, ContentBody instead
addFilePart(String, String, FileEntity) - Method in class net.callumtaylor.asynchttp.obj.entity.MultiPartEntity
Deprecated.
Use addFilePart(String, ContentBody instead
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
Deprecated.
Use addFilePart(String, ContentBody instead
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, AsyncHttpResponseHandler, boolean) - Constructor for class net.callumtaylor.asynchttp.AsyncHttpClient.ClientExecutorTask
 
AsyncHttpResponseHandler - Class in net.callumtaylor.asynchttp.response
This is the base class for response handlers in AsyncHttpClient.
AsyncHttpResponseHandler() - Constructor for class net.callumtaylor.asynchttp.response.AsyncHttpResponseHandler
 

B

beforeCallback() - Method in class net.callumtaylor.asynchttp.response.AsyncHttpResponseHandler
beforeFinish() - Method in class net.callumtaylor.asynchttp.response.AsyncHttpResponseHandler
BitmapProcessor - Class in net.callumtaylor.asynchttp.processor
 
BitmapProcessor() - Constructor for class net.callumtaylor.asynchttp.processor.BitmapProcessor
 
BitmapResponseHandler - Class in net.callumtaylor.asynchttp.response
 
BitmapResponseHandler() - Constructor for class net.callumtaylor.asynchttp.response.BitmapResponseHandler
 
ByteArrayProcessor - Class in net.callumtaylor.asynchttp.processor
 
ByteArrayProcessor() - Constructor for class net.callumtaylor.asynchttp.processor.ByteArrayProcessor
 
ByteArrayResponseHandler - Class in net.callumtaylor.asynchttp.response
 
ByteArrayResponseHandler() - Constructor for class net.callumtaylor.asynchttp.response.ByteArrayResponseHandler
 

C

CacheResponseHandler - Class in net.callumtaylor.asynchttp.response
Caches the response directly to disk.
CacheResponseHandler(String) - Constructor for class net.callumtaylor.asynchttp.response.CacheResponseHandler
 
cancel() - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Cancels a request if it's running
cancel() - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Cancells the current executor task
checkClientTrusted(X509Certificate[], String) - Method in class net.callumtaylor.asynchttp.obj.HttpsFactory.EasyX509TrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class net.callumtaylor.asynchttp.obj.HttpsFactory.EasyX509TrustManager
 
ConnectionInfo - Class in net.callumtaylor.asynchttp.obj
 
ConnectionInfo() - Constructor for class net.callumtaylor.asynchttp.obj.ConnectionInfo
 
connectionLength - Variable in class net.callumtaylor.asynchttp.obj.ConnectionInfo
 
connectionTime - Variable in class net.callumtaylor.asynchttp.obj.ConnectionInfo
 
connectionUrl - Variable in class net.callumtaylor.asynchttp.obj.ConnectionInfo
 
connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class net.callumtaylor.asynchttp.obj.HttpsFactory.EasySSLSocketFactory
 
consumeContent() - Method in class net.callumtaylor.asynchttp.obj.entity.GzippedEntity
 
consumeContent() - Method in class net.callumtaylor.asynchttp.obj.entity.RequestEntity
 
createSocket() - Method in class net.callumtaylor.asynchttp.obj.HttpsFactory.EasySSLSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class net.callumtaylor.asynchttp.obj.HttpsFactory.EasySSLSocketFactory
 

D

delete(AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a DELETE request on the baseUri
delete(String, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a DELETE request on the baseUri
delete(List<NameValuePair>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a DELETE request on the baseUri
delete(List<NameValuePair>, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a DELETE request on the baseUri
delete(HttpEntity, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a DELETE request on the baseUri
delete(HttpEntity, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a DELETE request on the baseUri
delete(List<NameValuePair>, HttpEntity, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a DELETE request on the baseUri
delete(String, List<NameValuePair>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a DELETE request on the baseUri
delete(String, List<NameValuePair>, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a DELETE request on the baseUri
delete(String, HttpEntity, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a DELETE request on the baseUri
delete(String, HttpEntity, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a DELETE request on the baseUri
delete(String, List<NameValuePair>, HttpEntity, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a DELETE request on the baseUri
delete(String, List<NameValuePair>, HttpEntity, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a DELETE request on the baseUri
delete(Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a DELETE request on the baseUri
delete(String) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a DELETE request on the baseUri
delete(String, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a DELETE request on the baseUri
delete(List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a DELETE request on the baseUri
delete(List<NameValuePair>, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a DELETE request on the baseUri
delete(String, List<NameValuePair>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a DELETE request on the baseUri
delete(String, List<NameValuePair>, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a DELETE request on the baseUri
delete(List<NameValuePair>, HttpEntity, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a DELETE request on the baseUri
delete(String, HttpEntity, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a DELETE request on the baseUri
delete(String, HttpEntity, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a DELETE request on the baseUri
delete(String, List<NameValuePair>, HttpEntity, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a DELETE request on the baseUri
delete(String, List<NameValuePair>, HttpEntity, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a DELETE request on the baseUri
doInBackground(Void...) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient.ClientExecutorTask
 

E

equals(Object) - Method in class net.callumtaylor.asynchttp.obj.HttpsFactory.EasySSLSocketFactory
 

G

generateContent() - Method in class net.callumtaylor.asynchttp.response.AsyncHttpResponseHandler
Override this method to efficiently generate your content from any buffers you have have used.
generateContent() - Method in class net.callumtaylor.asynchttp.response.BitmapResponseHandler
Generate the bitmap from the buffer and remove it to allow the GC to clean up properly
generateContent() - Method in class net.callumtaylor.asynchttp.response.ByteArrayResponseHandler
Generate the bitmap from the buffer and remove it to allow the GC to clean up properly
generateContent() - Method in class net.callumtaylor.asynchttp.response.CacheResponseHandler
 
generateContent() - Method in class net.callumtaylor.asynchttp.response.GsonResponseHandler
Generate the class from the buffer and remove it to allow the GC to clean up properly
generateContent() - Method in class net.callumtaylor.asynchttp.response.JSONArrayResponseHandler
Generate the JSONArray from the buffer and remove it to allow the GC to clean up properly
generateContent() - Method in class net.callumtaylor.asynchttp.response.JSONObjectResponseHandler
Generate the JSONObject from the buffer and remove it to allow the GC to clean up properly
generateContent() - Method in class net.callumtaylor.asynchttp.response.JsonResponseHandler
Generate the json object from the buffer and remove it to allow the GC to clean up properly
generateContent() - Method in class net.callumtaylor.asynchttp.response.StringResponseHandler
Generate the String from the buffer and remove it to allow the GC to clean up properly
get(AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a GET request on the baseUri
get(String, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a GET request on the baseUri
get(List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a GET request on the baseUri
get(List<NameValuePair>, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a GET request on the baseUri
get(String, List<NameValuePair>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a GET request on the baseUri
get(String, List<NameValuePair>, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a GET request on the baseUri
get(Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a GET request on the baseUri
get(String) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a GET request on the baseUri
get(String, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a GET request on the baseUri
get(List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a GET request on the baseUri
get(List<NameValuePair>, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a GET request on the baseUri
get(String, List<NameValuePair>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a GET request on the baseUri
get(String, List<NameValuePair>, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a GET request on the baseUri
getAcceptedIssuers() - Method in class net.callumtaylor.asynchttp.obj.HttpsFactory.EasyX509TrustManager
 
getCanonical() - Method in enum net.callumtaylor.asynchttp.obj.RequestMode
 
getConnectionInfo() - Method in class net.callumtaylor.asynchttp.processor.Processor
 
getConnectionInfo() - Method in class net.callumtaylor.asynchttp.response.AsyncHttpResponseHandler
 
getConnectionInfo() - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Gets the connection info after a connection request has been made
getContent() - Method in class net.callumtaylor.asynchttp.obj.entity.GzippedEntity
 
getContent() - Method in class net.callumtaylor.asynchttp.obj.entity.RequestEntity
 
getContent() - Method in class net.callumtaylor.asynchttp.processor.BitmapProcessor
Processes the response from the stream.
getContent() - Method in class net.callumtaylor.asynchttp.processor.ByteArrayProcessor
Processes the response from the stream.
getContent() - Method in class net.callumtaylor.asynchttp.processor.GsonProcessor
Processes the response from the stream.
getContent() - Method in class net.callumtaylor.asynchttp.processor.JSONArrayProcessor
Processes the response from the stream.
getContent() - Method in class net.callumtaylor.asynchttp.processor.JSONObjectProcessor
Processes the response from the stream.
getContent() - Method in class net.callumtaylor.asynchttp.processor.JsonProcessor
Processes the response from the stream.
getContent() - Method in class net.callumtaylor.asynchttp.processor.Processor
Gets the content generated from the response.
getContent() - Method in class net.callumtaylor.asynchttp.processor.StringProcessor
Processes the response from the stream.
getContent() - Method in class net.callumtaylor.asynchttp.response.AsyncHttpResponseHandler
Gets the content generated from the response.
getContent() - Method in class net.callumtaylor.asynchttp.response.BitmapResponseHandler
 
getContent() - Method in class net.callumtaylor.asynchttp.response.ByteArrayResponseHandler
 
getContent() - Method in class net.callumtaylor.asynchttp.response.CacheResponseHandler
Processes the response from the stream.
getContent() - Method in class net.callumtaylor.asynchttp.response.GsonResponseHandler
 
getContent() - Method in class net.callumtaylor.asynchttp.response.JSONArrayResponseHandler
 
getContent() - Method in class net.callumtaylor.asynchttp.response.JSONObjectResponseHandler
 
getContent() - Method in class net.callumtaylor.asynchttp.response.JsonResponseHandler
 
getContent() - Method in class net.callumtaylor.asynchttp.response.StringResponseHandler
 
getContentEncoding() - Method in class net.callumtaylor.asynchttp.obj.entity.GzippedEntity
 
getContentEncoding() - Method in class net.callumtaylor.asynchttp.obj.entity.RequestEntity
 
getContentLength() - Method in class net.callumtaylor.asynchttp.obj.entity.GzippedEntity
 
getContentLength() - Method in class net.callumtaylor.asynchttp.obj.entity.ProgressEntityWrapper
 
getContentLength() - Method in class net.callumtaylor.asynchttp.obj.entity.RequestEntity
 
getContentType() - Method in class net.callumtaylor.asynchttp.obj.entity.GzippedEntity
 
getContentType() - Method in class net.callumtaylor.asynchttp.obj.entity.JsonEntity
 
getContentType() - Method in class net.callumtaylor.asynchttp.obj.entity.RequestEntity
 
getDefaultUserAgent() - Static method in class net.callumtaylor.asynchttp.obj.RequestUtil
Creates a user agent string for the device
getMethod() - Method in class net.callumtaylor.asynchttp.obj.HttpDeleteWithBody
 
getMethod() - Method in class net.callumtaylor.asynchttp.obj.HttpPatch
 
GsonProcessor<T> - Class in net.callumtaylor.asynchttp.processor
 
GsonProcessor(T) - Constructor for class net.callumtaylor.asynchttp.processor.GsonProcessor
 
GsonResponseHandler<T> - Class in net.callumtaylor.asynchttp.response
 
GsonResponseHandler(Class<T>) - Constructor for class net.callumtaylor.asynchttp.response.GsonResponseHandler
 
GzippedEntity - Class in net.callumtaylor.asynchttp.obj.entity
Creates compressed stream from a HttpEntity object.
GzippedEntity(HttpEntity) - Constructor for class net.callumtaylor.asynchttp.obj.entity.GzippedEntity
 

H

hashCode() - Method in class net.callumtaylor.asynchttp.obj.HttpsFactory.EasySSLSocketFactory
 
head(AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a HEAD request on the baseUri
head(String, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a HEAD request on the baseUri
head(List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a HEAD request on the baseUri
head(List<NameValuePair>, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a HEAD request on the baseUri
head(String, List<NameValuePair>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a HEAD request on the baseUri
head(String, List<NameValuePair>, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a HEAD request on the baseUri
head(Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a HEAD request on the baseUri
head(String) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a HEAD request on the baseUri
head(String, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a HEAD request on the baseUri
head(List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a HEAD request on the baseUri
head(List<NameValuePair>, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a HEAD request on the baseUri
head(String, List<NameValuePair>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a HEAD request on the baseUri
head(String, List<NameValuePair>, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a HEAD request on the baseUri
HttpDeleteWithBody - Class in net.callumtaylor.asynchttp.obj
 
HttpDeleteWithBody(String) - Constructor for class net.callumtaylor.asynchttp.obj.HttpDeleteWithBody
 
HttpDeleteWithBody() - Constructor for class net.callumtaylor.asynchttp.obj.HttpDeleteWithBody
 
HttpPatch - Class in net.callumtaylor.asynchttp.obj
 
HttpPatch(String) - Constructor for class net.callumtaylor.asynchttp.obj.HttpPatch
 
HttpPatch() - Constructor for class net.callumtaylor.asynchttp.obj.HttpPatch
 
HttpsFactory - Class in net.callumtaylor.asynchttp.obj
 
HttpsFactory() - Constructor for class net.callumtaylor.asynchttp.obj.HttpsFactory
 
HttpsFactory.EasySSLSocketFactory - Class in net.callumtaylor.asynchttp.obj
 
HttpsFactory.EasySSLSocketFactory() - Constructor for class net.callumtaylor.asynchttp.obj.HttpsFactory.EasySSLSocketFactory
 
HttpsFactory.EasyX509TrustManager - Class in net.callumtaylor.asynchttp.obj
 
HttpsFactory.EasyX509TrustManager(KeyStore) - Constructor for class net.callumtaylor.asynchttp.obj.HttpsFactory.EasyX509TrustManager
Constructor for EasyX509TrustManager.

I

isChunked() - Method in class net.callumtaylor.asynchttp.obj.entity.GzippedEntity
 
isChunked() - Method in class net.callumtaylor.asynchttp.obj.entity.RequestEntity
 
isDownload - Variable in class net.callumtaylor.asynchttp.obj.Packet
 
isRepeatable() - Method in class net.callumtaylor.asynchttp.obj.entity.GzippedEntity
 
isRepeatable() - Method in class net.callumtaylor.asynchttp.obj.entity.RequestEntity
 
isSecure(Socket) - Method in class net.callumtaylor.asynchttp.obj.HttpsFactory.EasySSLSocketFactory
 
isStreaming() - Method in class net.callumtaylor.asynchttp.obj.entity.GzippedEntity
 
isStreaming() - Method in class net.callumtaylor.asynchttp.obj.entity.RequestEntity
 

J

JSONArrayProcessor - Class in net.callumtaylor.asynchttp.processor
This uses the standard JSON parser which is bundled with Android.
JSONArrayProcessor() - Constructor for class net.callumtaylor.asynchttp.processor.JSONArrayProcessor
 
JSONArrayResponseHandler - Class in net.callumtaylor.asynchttp.response
This uses the standard JSON parser which is bundled with Android.
JSONArrayResponseHandler() - Constructor for class net.callumtaylor.asynchttp.response.JSONArrayResponseHandler
 
JsonEntity - Class in net.callumtaylor.asynchttp.obj.entity
JsonEntity class used to create a StringEntity object with the content type "application/json" and UTF-8 encoding
JsonEntity(String) - Constructor for class net.callumtaylor.asynchttp.obj.entity.JsonEntity
 
JsonEntity(JsonElement) - Constructor for class net.callumtaylor.asynchttp.obj.entity.JsonEntity
 
JSONObjectProcessor - Class in net.callumtaylor.asynchttp.processor
This uses the standard JSON parser which is bundled with Android.
JSONObjectProcessor() - Constructor for class net.callumtaylor.asynchttp.processor.JSONObjectProcessor
 
JSONObjectResponseHandler - Class in net.callumtaylor.asynchttp.response
This uses the standard JSON parser which is bundled with Android.
JSONObjectResponseHandler() - Constructor for class net.callumtaylor.asynchttp.response.JSONObjectResponseHandler
 
JsonProcessor - Class in net.callumtaylor.asynchttp.processor
 
JsonProcessor() - Constructor for class net.callumtaylor.asynchttp.processor.JsonProcessor
 
JsonResponseHandler - Class in net.callumtaylor.asynchttp.response
 
JsonResponseHandler() - Constructor for class net.callumtaylor.asynchttp.response.JsonResponseHandler
 

L

length - Variable in class net.callumtaylor.asynchttp.obj.Packet
 

M

METHOD_NAME - Static variable in class net.callumtaylor.asynchttp.obj.HttpDeleteWithBody
 
METHOD_NAME - Static variable in class net.callumtaylor.asynchttp.obj.HttpPatch
 
MultiPartEntity - Class in net.callumtaylor.asynchttp.obj.entity
 
MultiPartEntity() - Constructor for class net.callumtaylor.asynchttp.obj.entity.MultiPartEntity
 

N

net.callumtaylor.asynchttp - package net.callumtaylor.asynchttp
 
net.callumtaylor.asynchttp.obj - package net.callumtaylor.asynchttp.obj
 
net.callumtaylor.asynchttp.obj.entity - package net.callumtaylor.asynchttp.obj.entity
 
net.callumtaylor.asynchttp.processor - package net.callumtaylor.asynchttp.processor
 
net.callumtaylor.asynchttp.response - package net.callumtaylor.asynchttp.response
 

O

onBeginPublishedDownloadProgress(InputStream, AsyncHttpClient.ClientExecutorTask, long) - Method in class net.callumtaylor.asynchttp.response.AsyncHttpResponseHandler
Called when processing the response from a stream.
onBytesTransferred(byte[], int, long) - Method in interface net.callumtaylor.asynchttp.obj.entity.ProgressEntityWrapper.ProgressListener
 
onFailure() - Method in class net.callumtaylor.asynchttp.response.AsyncHttpResponseHandler
Called when a response was not 2xx.
onFinish() - Method in class net.callumtaylor.asynchttp.response.AsyncHttpResponseHandler
Called when the streams have all finished, success or not
onFinish(boolean) - Method in class net.callumtaylor.asynchttp.response.AsyncHttpResponseHandler
Called when the streams have all finished, success or not
onPostExecute(Void) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient.ClientExecutorTask
 
onPreExecute() - Method in class net.callumtaylor.asynchttp.AsyncHttpClient.ClientExecutorTask
 
onProgressUpdate(Packet...) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient.ClientExecutorTask
 
onPublishedDownloadProgress(byte[], int, long, long) - Method in class net.callumtaylor.asynchttp.processor.BitmapProcessor
 
onPublishedDownloadProgress(byte[], int, long, long) - Method in class net.callumtaylor.asynchttp.processor.ByteArrayProcessor
 
onPublishedDownloadProgress(byte[], int, long, long) - Method in class net.callumtaylor.asynchttp.processor.GsonProcessor
 
onPublishedDownloadProgress(byte[], int, long, long) - Method in class net.callumtaylor.asynchttp.processor.JSONArrayProcessor
 
onPublishedDownloadProgress(byte[], int, long, long) - Method in class net.callumtaylor.asynchttp.processor.JSONObjectProcessor
 
onPublishedDownloadProgress(byte[], int, long, long) - Method in class net.callumtaylor.asynchttp.processor.JsonProcessor
 
onPublishedDownloadProgress(byte[], int, long) - Method in class net.callumtaylor.asynchttp.processor.Processor
Called when a chunk has been downloaded from the request.
onPublishedDownloadProgress(byte[], int, long, long) - Method in class net.callumtaylor.asynchttp.processor.Processor
Called when a chunk has been downloaded from the request.
onPublishedDownloadProgress(byte[], int, long, long) - Method in class net.callumtaylor.asynchttp.processor.StringProcessor
 
onPublishedDownloadProgress(byte[], int, long) - Method in class net.callumtaylor.asynchttp.response.AsyncHttpResponseHandler
Called when a chunk has been downloaded from the request.
onPublishedDownloadProgress(byte[], int, long, long) - Method in class net.callumtaylor.asynchttp.response.AsyncHttpResponseHandler
Called when a chunk has been downloaded from the request.
onPublishedDownloadProgress(byte[], int, long, long) - Method in class net.callumtaylor.asynchttp.response.BitmapResponseHandler
 
onPublishedDownloadProgress(byte[], int, long, long) - Method in class net.callumtaylor.asynchttp.response.ByteArrayResponseHandler
 
onPublishedDownloadProgress(byte[], int, long, long) - Method in class net.callumtaylor.asynchttp.response.CacheResponseHandler
 
onPublishedDownloadProgress(byte[], int, long, long) - Method in class net.callumtaylor.asynchttp.response.GsonResponseHandler
 
onPublishedDownloadProgress(byte[], int, long, long) - Method in class net.callumtaylor.asynchttp.response.JSONArrayResponseHandler
 
onPublishedDownloadProgress(byte[], int, long, long) - Method in class net.callumtaylor.asynchttp.response.JSONObjectResponseHandler
 
onPublishedDownloadProgress(byte[], int, long, long) - Method in class net.callumtaylor.asynchttp.response.JsonResponseHandler
 
onPublishedDownloadProgress(byte[], int, long, long) - Method in class net.callumtaylor.asynchttp.response.StringResponseHandler
 
onPublishedDownloadProgressUI(long, long) - Method in class net.callumtaylor.asynchttp.response.AsyncHttpResponseHandler
Runs on the UI thread.
onPublishedUploadProgress(byte[], int, long) - Method in class net.callumtaylor.asynchttp.processor.Processor
Called when a chunk has been uploaded to the request.
onPublishedUploadProgress(byte[], int, long, long) - Method in class net.callumtaylor.asynchttp.processor.Processor
Called when a chunk has been uploaded to the request.
onPublishedUploadProgress(byte[], int, long) - Method in class net.callumtaylor.asynchttp.response.AsyncHttpResponseHandler
Called when a chunk has been uploaded to the request.
onPublishedUploadProgress(byte[], int, long, long) - Method in class net.callumtaylor.asynchttp.response.AsyncHttpResponseHandler
Called when a chunk has been uploaded to the request.
onPublishedUploadProgressUI(long, long) - Method in class net.callumtaylor.asynchttp.response.AsyncHttpResponseHandler
Runs on the UI thread.
onSend() - Method in class net.callumtaylor.asynchttp.processor.Processor
Called when the connection is first made
onSend() - Method in class net.callumtaylor.asynchttp.response.AsyncHttpResponseHandler
Called when the connection is first made
onSuccess() - Method in class net.callumtaylor.asynchttp.response.AsyncHttpResponseHandler
Processes the response from the stream.
options(AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a OPTIONS request on the baseUri
options(String, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a OPTIONS request on the baseUri
options(List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a OPTIONS request on the baseUri
options(List<NameValuePair>, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a OPTIONS request on the baseUri
options(String, List<NameValuePair>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a OPTIONS request on the baseUri
options(String, List<NameValuePair>, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a OPTIONS request on the baseUri
options(Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a OPTIONS request on the baseUri
options(String) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a OPTIONS request on the baseUri
options(String, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a OPTIONS request on the baseUri
options(List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a OPTIONS request on the baseUri
options(List<NameValuePair>, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a OPTIONS request on the baseUri
options(String, List<NameValuePair>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a OPTIONS request on the baseUri
options(String, List<NameValuePair>, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a OPTIONS request on the baseUri

P

Packet - Class in net.callumtaylor.asynchttp.obj
 
Packet(long, long, boolean) - Constructor for class net.callumtaylor.asynchttp.obj.Packet
 
patch(AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PATCH request on the baseUr
patch(String, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PATCH request on the baseUr
patch(List<NameValuePair>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PATCH request on the baseUri
patch(List<NameValuePair>, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PATCH request on the baseUri
patch(HttpEntity, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PATCH request on the baseUri
patch(HttpEntity, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PATCH request on the baseUri
patch(List<NameValuePair>, HttpEntity, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PATCH request on the baseUri
patch(String, List<NameValuePair>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PATCH request on the baseUri
patch(String, List<NameValuePair>, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PATCH request on the baseUri
patch(String, HttpEntity, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PATCH request on the baseUri
patch(String, HttpEntity, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PATCH request on the baseUri
patch(String, List<NameValuePair>, HttpEntity, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PATCH request on the baseUri
patch(String, List<NameValuePair>, HttpEntity, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PATCH request on the baseUri
patch(Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PATCH request on the baseUr
patch(String) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PATCH request on the baseUr
patch(String, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PATCH request on the baseUr
patch(List<NameValuePair>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PATCH request on the baseUri
patch(List<NameValuePair>, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PATCH request on the baseUri
patch(HttpEntity, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PATCH request on the baseUri
patch(HttpEntity, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PATCH request on the baseUri
patch(List<NameValuePair>, HttpEntity, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PATCH request on the baseUri
patch(String, List<NameValuePair>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PATCH request on the baseUri
patch(String, List<NameValuePair>, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PATCH request on the baseUri
patch(String, HttpEntity, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PATCH request on the baseUri
patch(String, HttpEntity, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PATCH request on the baseUri
patch(String, List<NameValuePair>, HttpEntity, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PATCH request on the baseUri
patch(String, List<NameValuePair>, HttpEntity, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PATCH request on the baseUri
post(AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a POST request on the baseUri
post(String, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a POST request on the baseUr
post(List<NameValuePair>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a POST request on the baseUri
post(List<NameValuePair>, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a POST request on the baseUri
post(HttpEntity, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a POST request on the baseUri
post(HttpEntity, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a POST request on the baseUri
post(List<NameValuePair>, HttpEntity, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a POST request on the baseUri
post(String, List<NameValuePair>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a POST request on the baseUri
post(String, List<NameValuePair>, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a POST request on the baseUri
post(String, HttpEntity, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a POST request on the baseUri
post(String, HttpEntity, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a POST request on the baseUri
post(String, List<NameValuePair>, HttpEntity, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a POST request on the baseUri
post(String, List<NameValuePair>, HttpEntity, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a POST request on the baseUri
post(Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a POST request on the baseUri
post(String) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a POST request on the baseUr
post(String, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a POST request on the baseUr
post(List<NameValuePair>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a POST request on the baseUri
post(List<NameValuePair>, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a POST request on the baseUri
post(HttpEntity, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a POST request on the baseUri
post(HttpEntity, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a POST request on the baseUri
post(List<NameValuePair>, HttpEntity, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a POST request on the baseUri
post(String, List<NameValuePair>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a POST request on the baseUri
post(String, List<NameValuePair>, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a POST request on the baseUri
post(String, HttpEntity, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a POST request on the baseUri
post(String, HttpEntity, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a POST request on the baseUri
post(String, List<NameValuePair>, HttpEntity, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a POST request on the baseUri
post(String, List<NameValuePair>, HttpEntity, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a POST request on the baseUri
postPublishProgress(Packet...) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient.ClientExecutorTask
 
Processor<E> - Class in net.callumtaylor.asynchttp.processor
 
Processor() - Constructor for class net.callumtaylor.asynchttp.processor.Processor
 
ProgressEntityWrapper - Class in net.callumtaylor.asynchttp.obj.entity
 
ProgressEntityWrapper(HttpEntity, ProgressEntityWrapper.ProgressListener) - Constructor for class net.callumtaylor.asynchttp.obj.entity.ProgressEntityWrapper
 
ProgressEntityWrapper.CountingOutputStream - Class in net.callumtaylor.asynchttp.obj.entity
 
ProgressEntityWrapper.CountingOutputStream(OutputStream, ProgressEntityWrapper.ProgressListener) - Constructor for class net.callumtaylor.asynchttp.obj.entity.ProgressEntityWrapper.CountingOutputStream
 
ProgressEntityWrapper.ProgressListener - Interface in net.callumtaylor.asynchttp.obj.entity
 
put(AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PUT request on the baseUr
put(String, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PUT request on the baseUr
put(List<NameValuePair>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PUT request on the baseUri
put(List<NameValuePair>, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PUT request on the baseUri
put(HttpEntity, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PUT request on the baseUri
put(HttpEntity, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PUT request on the baseUri
put(List<NameValuePair>, HttpEntity, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PUT request on the baseUri
put(String, List<NameValuePair>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PUT request on the baseUri
put(String, List<NameValuePair>, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PUT request on the baseUri
put(String, HttpEntity, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PUT request on the baseUri
put(String, HttpEntity, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PUT request on the baseUri
put(String, List<NameValuePair>, HttpEntity, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PUT request on the baseUri
put(String, List<NameValuePair>, HttpEntity, List<Header>, AsyncHttpResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
Performs a PUT request on the baseUri
put(Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PUT request on the baseUr
put(String) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PUT request on the baseUr
put(String, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PUT request on the baseUr
put(List<NameValuePair>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PUT request on the baseUri
put(List<NameValuePair>, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PUT request on the baseUri
put(HttpEntity, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PUT request on the baseUri
put(HttpEntity, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PUT request on the baseUri
put(List<NameValuePair>, HttpEntity, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PUT request on the baseUri
put(String, List<NameValuePair>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PUT request on the baseUri
put(String, List<NameValuePair>, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PUT request on the baseUri
put(String, HttpEntity, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PUT request on the baseUri
put(String, HttpEntity, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PUT request on the baseUri
put(String, List<NameValuePair>, HttpEntity, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PUT request on the baseUri
put(String, List<NameValuePair>, HttpEntity, List<Header>, Processor<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Performs a PUT request on the baseUri

R

RequestEntity - Class in net.callumtaylor.asynchttp.obj.entity
Creates a request parameter entity for posting KV pairs to a server.
RequestEntity() - Constructor for class net.callumtaylor.asynchttp.obj.entity.RequestEntity
 
requestHeaders - Variable in class net.callumtaylor.asynchttp.obj.ConnectionInfo
 
requestMethod - Variable in class net.callumtaylor.asynchttp.obj.ConnectionInfo
 
RequestMode - Enum in net.callumtaylor.asynchttp.obj
 
RequestUtil - Class in net.callumtaylor.asynchttp.obj
 
RequestUtil() - Constructor for class net.callumtaylor.asynchttp.obj.RequestUtil
 
responseCode - Variable in class net.callumtaylor.asynchttp.obj.ConnectionInfo
 
responseHeaders - Variable in class net.callumtaylor.asynchttp.obj.ConnectionInfo
 
responseLength - Variable in class net.callumtaylor.asynchttp.obj.ConnectionInfo
 
responseTime - Variable in class net.callumtaylor.asynchttp.obj.ConnectionInfo
 

S

setAllowAllSsl(boolean) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
 
setAllowAllSsl(boolean) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
Sets whether to allow all ssl, trusted or not
setAllowRedirect(boolean) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
 
StringProcessor - Class in net.callumtaylor.asynchttp.processor
 
StringProcessor() - Constructor for class net.callumtaylor.asynchttp.processor.StringProcessor
 
StringResponseHandler - Class in net.callumtaylor.asynchttp.response
 
StringResponseHandler() - Constructor for class net.callumtaylor.asynchttp.response.StringResponseHandler
 
SyncHttpClient<E> - Class in net.callumtaylor.asynchttp
 
SyncHttpClient(String) - Constructor for class net.callumtaylor.asynchttp.SyncHttpClient
Creates a new client using a base Url without a timeout
SyncHttpClient(Uri) - Constructor for class net.callumtaylor.asynchttp.SyncHttpClient
Creates a new client using a base Uri without a timeout
SyncHttpClient(String, long) - Constructor for class net.callumtaylor.asynchttp.SyncHttpClient
Creates a new client using a base Url with a timeout in MS
SyncHttpClient(Uri, long) - Constructor for class net.callumtaylor.asynchttp.SyncHttpClient
Creates a new client using a base Uri with a timeout in MS

T

toString() - Method in class net.callumtaylor.asynchttp.obj.ConnectionInfo
 
total - Variable in class net.callumtaylor.asynchttp.obj.Packet
 

V

valueOf(String) - Static method in enum net.callumtaylor.asynchttp.obj.RequestMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.callumtaylor.asynchttp.obj.RequestMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(byte[]) - Method in class net.callumtaylor.asynchttp.obj.entity.ProgressEntityWrapper.CountingOutputStream
 
write(byte[], int, int) - Method in class net.callumtaylor.asynchttp.obj.entity.ProgressEntityWrapper.CountingOutputStream
 
write(int) - Method in class net.callumtaylor.asynchttp.obj.entity.ProgressEntityWrapper.CountingOutputStream
 
writeTo(OutputStream) - Method in class net.callumtaylor.asynchttp.obj.entity.GzippedEntity
 
writeTo(OutputStream) - Method in class net.callumtaylor.asynchttp.obj.entity.ProgressEntityWrapper
 
writeTo(OutputStream) - Method in class net.callumtaylor.asynchttp.obj.entity.RequestEntity
 
A B C D E G H I J L M N O P R S T V W