| Class | Description |
|---|---|
| AsyncHttpClient |
The client class used for initiating HTTP requests using an AsyncTask.
|
| AsyncHttpClient.AsyncClientExecutorTask |
Delegate wrapper class for ClientExecutorTask inside an AsyncTask
|
| ClientExecutorTask<F> |
Main request task used for performing http requests.
|
| SyncHttpClient<E> |
This class is a synchronous class which runs on any thread that the code was created
on.
|