| Interface | Description |
|---|---|
| HttpClientBuilderConfigurator |
Implementations of this interface can perform post-configuration
of
HttpClientBuilder used by Client internally. |
| HttpConnectionConfigurator |
Implementations of this interface can perform post-configuration on the
HttpURLConnection used in the Client's RestTemplate. |
| OkHttpClientBuilderConfigurator |
Implementations of this interface can perform post-configuration
of
OkHttpClient.Builder used by Client internally. |
| RestTemplateConfigurator |
An extension point to configure the
RestTemplate used in a Client instance. |
| Class | Description |
|---|---|
| Client | |
| ClientCreationContext |
Some information that can be useful when configuring a
Client's RestTemplate. |
| ClientParameters |
Parameters to create an instance of
Client. |
| HttpComponentsRestTemplateConfigurator | |
| HttpEndpoint |
Representation of an HTTP endpoint.
|
| HttpResponse |
Representation of an HTTP response.
|
| OkHttpRestTemplateConfigurator | |
| ReactorNettyClient |
Reactive client based on Reactor Netty.
|
| ReactorNettyClientOptions |
Options for
ReactorNettyClient. |
| SimpleRestTemplateConfigurator |
| Enum | Description |
|---|---|
| GetAckMode |
Acknowledgment mode when getting messages with the HTTP API.
|
| GetEncoding |
The type of expected encoding when consuming messages.
|
| Exception | Description |
|---|---|
| HttpClientException |
Java exception for 4xx HTTP responses.
|
| HttpException |
Base exception.
|
| HttpServerException |
Java exception for 5xx HTTP responses.
|