| Package | Description |
|---|---|
| org.springframework.http.client.reactive |
Abstractions for reactive HTTP client support including
ClientHttpRequest and
ClientHttpResponse as well as a
ClientHttpConnector. |
| org.springframework.http.server.reactive |
Abstractions for reactive HTTP server support including a
ServerHttpRequest and
ServerHttpResponse along with an
HttpHandler for processing. |
| Modifier and Type | Class and Description |
|---|---|
class |
ReactorClientHttpRequest
ClientHttpRequest implementation for the Reactor-Netty HTTP client. |
| Modifier and Type | Class and Description |
|---|---|
class |
ReactorServerHttpResponse
Adapt
ServerHttpResponse to the HttpServerResponse. |
class |
UndertowServerHttpResponse
Adapt
ServerHttpResponse to the Undertow HttpServerExchange. |