| Interface | Description |
|---|---|
| HttpRequest<T> |
Defines an interface of an HTTP request.
|
| HttpRequestEntity |
Defines an interface of an HTTP message request body entity.
|
| HttpRequestExecutor |
The interface of an instance that knows how to execute an
HttpRequest. |
| HttpResponse |
An interface of an HTTP response object.
|
| HttpResponseEntity |
Defines an interface of an HTTP response message body entity.
|
| HttpResponseHandler<T> |
An interface of a handler for responses.
|