- 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.ResponseHandler
-
Override this method to efficiently generate your content from any buffers you have have
used.
- 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(ResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
-
Performs a GET request on the baseUri
- get(String, ResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
-
Performs a GET request on the baseUri
- get(List<Header>, ResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
-
Performs a GET request on the baseUri
- get(List<NameValuePair>, List<Header>, ResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
-
Performs a GET request on the baseUri
- get(String, List<NameValuePair>, ResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
-
Performs a GET request on the baseUri
- get(String, List<NameValuePair>, List<Header>, ResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
-
Performs a GET request on the baseUri
- get(ResponseHandler<?>) - 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, ResponseHandler<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
-
Performs a GET request on the baseUri
- get(List<Header>, ResponseHandler<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
-
Performs a GET request on the baseUri
- get(List<NameValuePair>, List<Header>, ResponseHandler<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
-
Performs a GET request on the baseUri
- get(String, List<NameValuePair>, ResponseHandler<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
-
Performs a GET request on the baseUri
- get(String, List<NameValuePair>, List<Header>, ResponseHandler<?>) - 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.response.ResponseHandler
-
- 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.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.ResponseHandler
-
Gets the content generated from the
response.
- 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
-
- 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
-