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 |
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 . |