- onByteChunkReceived(byte[], long, long, long) - Method in class net.callumtaylor.asynchttp.response.BitmapResponseHandler
-
- onByteChunkReceived(byte[], long, long, long) - Method in class net.callumtaylor.asynchttp.response.ByteArrayResponseHandler
-
- onByteChunkReceived(byte[], long, long, long) - Method in class net.callumtaylor.asynchttp.response.CacheResponseHandler
-
- onByteChunkReceived(byte[], long, long, long) - Method in class net.callumtaylor.asynchttp.response.JSONArrayResponseHandler
-
- onByteChunkReceived(byte[], long, long, long) - Method in class net.callumtaylor.asynchttp.response.JSONObjectResponseHandler
-
- onByteChunkReceived(byte[], long, long, long) - Method in class net.callumtaylor.asynchttp.response.ResponseHandler
-
Called when a chunk has been downloaded from the request.
- onByteChunkReceived(byte[], long, long, long) - Method in class net.callumtaylor.asynchttp.response.StringResponseHandler
-
- onByteChunkReceivedProcessed(long, long) - Method in class net.callumtaylor.asynchttp.response.ResponseHandler
-
Runs on the UI thread.
- onByteChunkSent(byte[], long, long, long) - Method in class net.callumtaylor.asynchttp.response.ResponseHandler
-
Called when a chunk has been uploaded to the request.
- onByteChunkSentProcessed(long, long) - Method in class net.callumtaylor.asynchttp.response.ResponseHandler
-
Runs on the UI thread.
- onCancelled() - Method in class net.callumtaylor.asynchttp.AsyncHttpClient.AsyncClientExecutorTask
-
- onFailure() - Method in class net.callumtaylor.asynchttp.response.ResponseHandler
-
Called when a response was not 2xx.
- onFinish() - Method in class net.callumtaylor.asynchttp.response.ResponseHandler
-
Called when the streams have all finished, success or not.
- onPostExecute(Void) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient.AsyncClientExecutorTask
-
- onPreExecute() - Method in class net.callumtaylor.asynchttp.AsyncHttpClient.AsyncClientExecutorTask
-
- onProgressUpdate(Packet...) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient.AsyncClientExecutorTask
-
- onReceiveStream(InputStream, ClientTaskImpl, long) - Method in class net.callumtaylor.asynchttp.response.ResponseHandler
-
Called when processing the response from a stream.
- onReceiveStream(InputStream, ClientTaskImpl, long) - Method in class net.callumtaylor.asynchttp.response.StreamResponseHandler
-
- onRequestProgress(byte[], long, long, long) - Method in interface net.callumtaylor.asynchttp.obj.CountingRequestBody.Listener
-
- onSend() - Method in class net.callumtaylor.asynchttp.response.ResponseHandler
-
Called when the connection is first made
- onSuccess() - Method in class net.callumtaylor.asynchttp.response.ResponseHandler
-
Processes the response from the stream.
- options(ResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
-
Performs a OPTIONS request on the baseUri
- options(String, ResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
-
Performs a OPTIONS request on the baseUri
- options(Headers, ResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
-
Performs a OPTIONS request on the baseUri
- options(List<NameValuePair>, ResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
-
Performs a OPTIONS request on the baseUri
- options(List<NameValuePair>, Headers, ResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
-
Performs a OPTIONS request on the baseUri
- options(String, List<NameValuePair>, ResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
-
Performs a OPTIONS request on the baseUri
- options(String, Headers, ResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
-
Performs a OPTIONS request on the baseUri
- options(String, List<NameValuePair>, Headers, ResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
-
Performs a OPTIONS request on the baseUri
- options(ResponseHandler<?>) - 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, ResponseHandler<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
-
Performs a OPTIONS request on the baseUri
- options(Headers, ResponseHandler<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
-
Performs a OPTIONS request on the baseUri
- options(List<NameValuePair>, ResponseHandler<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
-
Performs a OPTIONS request on the baseUri
- options(List<NameValuePair>, Headers, ResponseHandler<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
-
Performs a OPTIONS request on the baseUri
- options(String, List<NameValuePair>, ResponseHandler<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
-
Performs a OPTIONS request on the baseUri
- options(String, List<NameValuePair>, Headers, ResponseHandler<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
-
Performs a OPTIONS request on the baseUri