- cache - Static variable in class net.callumtaylor.asynchttp.AsyncHttpClient
-
Instance for where to store cached requests.
- cache - Variable in class net.callumtaylor.asynchttp.ClientExecutorTask
-
- cache - Static variable in class net.callumtaylor.asynchttp.SyncHttpClient
-
Instance for where to store cached requests.
- 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.ClientExecutorTask
-
- cancel() - Method in interface net.callumtaylor.asynchttp.obj.ClientTaskImpl
-
Initiate a cancellation of the request
- cancel() - Method in class net.callumtaylor.asynchttp.SyncHttpClient
-
Cancels the current executor task
- cancelled - Variable in class net.callumtaylor.asynchttp.ClientExecutorTask
-
- ClientExecutorTask<F> - Class in net.callumtaylor.asynchttp
-
Main request task used for performing http requests.
- ClientExecutorTask(RequestMode, Uri, Headers, RequestBody, ResponseHandler, boolean, boolean, long, Cache) - Constructor for class net.callumtaylor.asynchttp.ClientExecutorTask
-
- ClientTaskImpl<F> - Interface in net.callumtaylor.asynchttp.obj
-
Client task implementation interface used for outlining the methods called throughout the lifecycle of a request
- ConnectionInfo - Class in net.callumtaylor.asynchttp.obj
-
Data wrapper for details about the request that was made
- ConnectionInfo() - Constructor for class net.callumtaylor.asynchttp.obj.ConnectionInfo
-
- connectionLength - Variable in class net.callumtaylor.asynchttp.obj.ConnectionInfo
-
The size of the connection in bytes
- connectionTime - Variable in class net.callumtaylor.asynchttp.obj.ConnectionInfo
-
The time in milliseconds when the connection was made
- connectionUrl - Variable in class net.callumtaylor.asynchttp.obj.ConnectionInfo
-
The URL of the request that was made
- contentLength() - Method in class net.callumtaylor.asynchttp.obj.CountingRequestBody
-
- contentType() - Method in class net.callumtaylor.asynchttp.obj.CountingRequestBody
-
- CountingRequestBody - Class in net.callumtaylor.asynchttp.obj
-
Decorates an OkHttp request body to count the number of bytes written when writing it.
- CountingRequestBody(RequestBody, CountingRequestBody.Listener) - Constructor for class net.callumtaylor.asynchttp.obj.CountingRequestBody
-
- CountingRequestBody.CountingSink - Class in net.callumtaylor.asynchttp.obj
-
- CountingRequestBody.Listener - Interface in net.callumtaylor.asynchttp.obj
-
- countingSink - Variable in class net.callumtaylor.asynchttp.obj.CountingRequestBody
-
- CountingSink(Sink) - Constructor for class net.callumtaylor.asynchttp.obj.CountingRequestBody.CountingSink
-
- create(MediaType, InputStream) - Static method in class net.callumtaylor.asynchttp.obj.InputStreamBody
-
- create(JsonElement) - Static method in class net.callumtaylor.asynchttp.obj.JsonBody
-