Class TomcatHttpHandlerAdapter

java.lang.Object
org.springframework.http.server.reactive.ServletHttpHandlerAdapter
org.springframework.http.server.reactive.TomcatHttpHandlerAdapter
All Implemented Interfaces:
Servlet

public class TomcatHttpHandlerAdapter extends ServletHttpHandlerAdapter
ServletHttpHandlerAdapter extension that uses Tomcat APIs for reading from the request and writing to the response with ByteBuffer.
Since:
5.0
Author:
Violeta Georgieva, Brian Clozel, Sam Brannen
See Also: