- generateContent() - Method in class net.callumtaylor.asynchttp.response.BasicResponseHandler
-
Dummy implementation method
- 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(Headers, ResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
-
Performs a GET request on the baseUri
- get(List<NameValuePair>, Headers, 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, Headers, ResponseHandler) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
-
Performs a GET request on the baseUri
- get(String, List<NameValuePair>, Headers, 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(Headers, ResponseHandler<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
-
Performs a GET request on the baseUri
- get(List<NameValuePair>, ResponseHandler<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
-
Performs a GET request on the baseUri
- get(List<NameValuePair>, Headers, 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, Headers, ResponseHandler<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
-
Performs a GET request on the baseUri
- get(String, List<NameValuePair>, Headers, ResponseHandler<?>) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
-
Performs a GET request on the baseUri
- 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.response.BasicResponseHandler
-
- 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
-
- getDefaultUserAgent() - Static method in class net.callumtaylor.asynchttp.obj.RequestUtil
-
Creates a user agent string for the device
- getName() - Method in class net.callumtaylor.asynchttp.obj.NameValuePair
-
- getValue() - Method in class net.callumtaylor.asynchttp.obj.NameValuePair
-
- GsonResponseHandler<T> - Class in net.callumtaylor.asynchttp.response
-
Gson response handler used for automatically parsing a response into objects using Gson and class types
- GsonResponseHandler(Type) - Constructor for class net.callumtaylor.asynchttp.response.GsonResponseHandler
-
- GsonResponseHandler(GsonBuilder, Type) - Constructor for class net.callumtaylor.asynchttp.response.GsonResponseHandler
-
- GsonResponseHandler(Gson, Type) - Constructor for class net.callumtaylor.asynchttp.response.GsonResponseHandler
-