| Package | Description |
|---|---|
| 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 |
ReactorServerHttpRequest
Adapt
ServerHttpRequest to the Reactor HttpServerRequest. |
class |
ServletServerHttpRequest
Adapt
ServerHttpRequest to the Servlet HttpServletRequest. |
class |
UndertowServerHttpRequest
Adapt
ServerHttpRequest to the Undertow HttpServerExchange. |