Uses of Class
org.springframework.http.server.reactive.ServletHttpHandlerAdapter
Packages that use 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.reactiveSubclasses of ServletHttpHandlerAdapter in org.springframework.http.server.reactiveModifier and TypeClassDescriptionclassServletHttpHandlerAdapterextension that uses Jetty APIs for writing to the response withByteBuffer.classServletHttpHandlerAdapterextension that uses Tomcat APIs for reading from the request and writing to the response withByteBuffer.