spring-framework / org.springframework.http.server.reactive / TomcatHttpHandlerAdapter

TomcatHttpHandlerAdapter

@WebServlet(true) open class TomcatHttpHandlerAdapter : ServletHttpHandlerAdapter

ServletHttpHandlerAdapter extension that uses Tomcat APIs for reading from the request and writing to the response with ByteBuffer.

Author
Violeta Georgieva

Since
5.0

Constructors

<init>

TomcatHttpHandlerAdapter(httpHandler: HttpHandler)