| Interface | Description |
|---|---|
| ApacheHttpClientAdapter |
Adapter to use a
CloseableHttpAsyncClient as HttpClient. |
| AsyncHttpClientAdapter |
Adapter to use
AsyncHttpClient (version 2.0.x) as HttpClient. |
| HttpClient | |
| HttpRequest | |
| HttpRequestBody | |
| HttpResponse | |
| NameValuePair |
| Class | Description |
|---|---|
| AsyncHttpClientAdapter |
Adapter to use
AsyncHttpClient (version 1.9.x) as HttpClient. |
| AsyncHttpClientAdapter |
Adapter to use
AsyncHttpClient (version 2.5.x) as HttpClient. |
| AsyncHttpClientAdapter |
Adapter to use
AsyncHttpClient (version 2.5.x) as HttpClient. |
| FileHttpRequestBody | |
| FormUrlEncodedHttpRequestBody | |
| HttpClientAdapterBase |
Base class for implementing
HttpClients. |
| HttpHeaders | |
| HttpStatusCode | |
| ResponseAsyncCompletionHandler | |
| ResponseAsyncCompletionHandler | |
| StringHttpRequestBody | |
| UriTemplate |
This class implements the simple string expansion of the
URI template specification (https://tools.ietf.org/html/rfc6570).
|
| UrlBuilder |
This class allows to build an url from a
UriTemplate and a set
of uri parameters UrlBuilder.addUriParameter(String, Object). |
| UrlQueryBuilder |
| Enum | Description |
|---|---|
| HttpMethod |
| Exception | Description |
|---|---|
| HttpException |
Exception which is thrown by
HttpClient. |