| Interface | Description |
|---|---|
| ProgressListener |
Created by liyuzhao on 03/01/2017.
|
| Class | Description |
|---|---|
| HttpClient |
The Http client is responsible for sending Http requests.
|
| HttpRequestBuilder |
This class is used to prepare and execute an Http request.
|
| HttpRequestHandler |
This handler is notified before an Http request is sent.
|
| HttpResponse |
When the Http server receives a request from a client, the Http response is sent back.
|
| HttpResponseHandler |
This handler is notified when an response is received.
|
| Exception | Description |
|---|---|
| HttpClientException |
This error is thrown when the
HttpClient failed to execute a network operation. |