类的使用
cn.taketoday.http.server.reactive.ServletHttpHandlerAdapter
程序包
说明
Abstractions for reactive HTTP server support including a
ServerHttpRequest and
ServerHttpResponse along with an
HttpHandler for processing.-
cn.taketoday.http.server.reactive中ServletHttpHandlerAdapter的使用
修饰符和类型类说明classServletHttpHandlerAdapterextension 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.