Uses of Class
org.springframework.http.server.reactive.ServletHttpHandlerAdapter
Packages that use ServletHttpHandlerAdapter Package Description org.springframework.http.server.reactive Abstractions for reactive HTTP server support including aServerHttpRequestandServerHttpResponsealong with anHttpHandlerfor processing.Uses of ServletHttpHandlerAdapter in org.springframework.http.server.reactive
Subclasses of ServletHttpHandlerAdapter in org.springframework.http.server.reactive Modifier and Type Class Description classJettyHttpHandlerAdapterServletHttpHandlerAdapterextension that uses Jetty APIs for writing to the response withByteBuffer.classTomcatHttpHandlerAdapterServletHttpHandlerAdapterextension that uses Tomcat APIs for reading from the request and writing to the response withByteBuffer.