| Class | Description |
|---|---|
| AsyncHttpResponseHandler |
This is the base class for response handlers in AsyncHttpClient.
|
| BitmapResponseHandler | |
| ByteArrayResponseHandler | |
| CacheResponseHandler |
Caches the response directly to disk.
|
| GsonResponseHandler<T> | |
| 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 | |
| StringResponseHandler |