类的使用
org.springframework.http.server.reactive.ServletHttpHandlerAdapter
使用ServletHttpHandlerAdapter的程序包 程序包 说明 org.springframework.http.server.reactive Abstractions for reactive HTTP server support including aServerHttpRequestandServerHttpResponsealong with anHttpHandlerfor processing.org.springframework.http.server.reactive中ServletHttpHandlerAdapter的使用
org.springframework.http.server.reactive中ServletHttpHandlerAdapter的子类 修饰符和类型 类 说明 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.