| Package | Description |
|---|---|
| org.springframework.http.client.reactive |
Abstractions for reactive HTTP client support including
ClientHttpRequest and
ClientHttpResponse as well as a
ClientHttpConnector. |
| Class and Description |
|---|
| ClientHttpConnector
Abstraction over HTTP clients driving the underlying HTTP client to connect
to the origin server and provide all necessary infrastructure to send a
ClientHttpRequest and receive a ClientHttpResponse. |
| ClientHttpRequest
Represents a client-side reactive HTTP request.
|
| ClientHttpResponse
Represents a client-side reactive HTTP response.
|
| JettyResourceFactory
Factory to manage Jetty resources, i.e.
|
| ReactorResourceFactory
Factory to manage Reactor Netty resources, i.e.
|