类 TomcatHttpHandlerAdapter

java.lang.Object
cn.taketoday.http.server.reactive.ServletHttpHandlerAdapter
cn.taketoday.http.server.reactive.TomcatHttpHandlerAdapter
所有已实现的接口:
Servlet

public class TomcatHttpHandlerAdapter extends ServletHttpHandlerAdapter
ServletHttpHandlerAdapter extension that uses Tomcat APIs for reading from the request and writing to the response with ByteBuffer.
从以下版本开始:
4.0
作者:
Violeta Georgieva, Brian Clozel, Sam Brannen