| Package | Description |
|---|---|
| org.springframework.http.server.reactive |
Abstractions for reactive HTTP server support including a
ServerHttpRequest and
ServerHttpResponse along with an
HttpHandler for processing. |
| org.springframework.web.reactive.support |
Support classes for Spring WebFlux setup.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JettyHttpHandlerAdapter
ServletHttpHandlerAdapter extension that uses Jetty APIs for writing
to the response with ByteBuffer. |
class |
TomcatHttpHandlerAdapter
ServletHttpHandlerAdapter extension that uses Tomcat APIs for reading
from the request and writing to the response with ByteBuffer. |
| Modifier and Type | Method and Description |
|---|---|
protected ServletHttpHandlerAdapter |
AbstractDispatcherHandlerInitializer.createHandlerAdapter(WebHandler webHandler)
Deprecated.
Create a
ServletHttpHandlerAdapter. |
protected ServletHttpHandlerAdapter |
AbstractServletHttpHandlerAdapterInitializer.createServlet(HttpHandler httpHandler)
Deprecated.
Create a
ServletHttpHandlerAdapter with the specified . |