| Interface | Description |
|---|---|
| HttpClientBuilderConfigurator |
Implementations of this interface can perform post-configuration
of
HttpClientBuilder used by Client internally. |
| Class | Description |
|---|---|
| Client | |
| HttpEndpoint |
Representation of an HTTP endpoint.
|
| HttpResponse |
Representation of an HTTP response.
|
| ReactorNettyClient |
Reactive client based on Reactor Netty.
|
| ReactorNettyClientOptions |
Options for
ReactorNettyClient. |
| Exception | Description |
|---|---|
| HttpClientException |
Java exception for 4xx HTTP responses.
|
| HttpException |
Base exception.
|
| HttpServerException |
Java exception for 5xx HTTP responses.
|