| BodyAdapter |
Adaptor between beans and content of a request or response.
|
| BodyReader<T> |
|
| BodyWriter |
Writes beans as content for a specific content type.
|
| HttpApiProvider<T> |
|
| HttpClientContext |
The HTTP client context that we use to build and process requests.
|
| HttpClientContext.Builder |
Builds the HttpClientContext.
|
| HttpClientRequest |
Http request that is built and sent to the server.
|
| HttpClientResponse |
Controls how the response is processed including potential
conversion into beans.
|
| ResponseListener |
Listen to responses.
|
| ResponseListener.Event |
The response event details.
|