| Class | Description |
|---|---|
| BasicResponseHandler |
Basic response handler.
|
| BitmapResponseHandler |
Convenience response handler class for receiving a bitmap stream.
|
| ByteArrayResponseHandler | |
| CacheResponseHandler |
Caches the response directly to disk.
|
| GsonResponseHandler<T> |
Gson response handler used for automatically parsing a response into objects using Gson and class types
|
| JSONArrayResponseHandler |
This uses the standard JSON parser which is bundled with Android.
|
| JSONObjectResponseHandler |
This uses the standard JSON parser which is bundled with Android.
|
| JsonResponseHandler |
Basic Json response handler using the Gson library.
|
| ResponseHandler<E> |
This is the base class for response handlers in AsyncHttpClient.
|
| StreamResponseHandler<E> |
Simple response handler that uses an input stream reader rather than appending an string buffer
|
| StringResponseHandler |
Basic string response handler.
|