| Interface | Description |
|---|---|
| HttpCallback |
Callback to be called before and after the HTTP call for an endpoint is made.
|
| HttpClient |
HTTP Client to send HTTP Requests and read the responses.
|
| ReadonlyHttpClientConfiguration |
Interface for holding HTTP Client Configuration.
|
| Class | Description |
|---|---|
| HttpClientConfiguration |
Class to hold HTTP Client Configuration.
|
| HttpClientConfiguration.Builder |
Class to build instances of
HttpClientConfiguration. |
| HttpContext |
Class to wrap the request sent to the server and the response received from the server.
|
| HttpRedirectInterceptor |
HttpRedirectInterceptor intercepts and complete 307 and 308 redirects as described in RFC.
|
| OkClient |
HTTP Client class to send HTTP Requests and read the responses.
|
| RetryInterceptor |
RetryInterceptor intercepts and retry requests if failed based on configuration.
|
Copyright © 2022. All rights reserved.