| Interface | Description |
|---|---|
| HttpClientInterceptorChain<I,O> |
Interceptor chain for
HttpClient, obtained via InterceptingHttpClient.intercept(). |
| Interceptor<I,O> |
An interceptor that preserves the type of client request and response content.
|
| RequestProvider<I,O> |
An abstraction that creates new instance of
HttpClientRequest. |
| TransformingInterceptor<I,O,II,OO> |
An interceptor that preserves the type of client request and response content.
|
| Class | Description |
|---|---|
| HttpClient<I,O> |
An HTTP client for executing HTTP requests.
|
| HttpClientImpl<I,O> | |
| HttpClientRequest<I,O> |
An HTTP request.
|
| HttpClientResponse<T> |
HTTP response for
HttpClient |
| InterceptingHttpClient<I,O> |
| Enum | Description |
|---|---|
| HttpRedirectException.Reason |
| Exception | Description |
|---|---|
| HttpRedirectException |
An exception signifying a failed HTTP redirects.
|