Uses of Class
org.springframework.http.server.reactive.ServletHttpHandlerAdapter
Package
Description
Abstractions for reactive HTTP server support including a
ServerHttpRequest
and
ServerHttpResponse
along with an
HttpHandler
for processing.-
Uses of ServletHttpHandlerAdapter in org.springframework.http.server.reactive
Modifier and TypeClassDescriptionclass
ServletHttpHandlerAdapter
extension that uses Jetty APIs for writing to the response withByteBuffer
.class
ServletHttpHandlerAdapter
extension that uses Tomcat APIs for reading from the request and writing to the response withByteBuffer
.