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.
Provides http client implementations for an interface.
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.
The state of the builder with methods to read the set state.
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.
HTTP Exception with support for converting the error response body into a bean.
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.