-
Represents an Authorization Bearer token that can be held on the context.
Use to obtain an Authorization bearer token that is expected to be used.
Adaptor between beans and content of a request or response.
Content of request or response body used for adapting to beans.
Read content as a java type.
Writes beans as content for a specific content type.
Async processing of the request with responses as CompletableFuture.
Allows for executing the request asynchronously or synchronously.
Allows the client code to choose to execute the request asynchronously
or synchronously.
The HTTP client context that we use to build and process requests.
Builds the HttpClientContext.
Statistic metrics collected to provide an overview of activity of this client.
Http request that is built and sent to the server.
Controls how the response is processed including potential
conversion into beans.
Interceptor for before the request is made and after the response is obtained.
The response event details.
Define how retry should occur on a request.
Build a URL typically using a base url and adding path and query parameters.