- 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
-
- 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
-
- 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
- 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