@WebServlet(asyncSupported=true) public class TomcatHttpHandlerAdapter extends ServletHttpHandlerAdapter
ServletHttpHandlerAdapter
extension that uses Jetty APIs for reading
from the request and writing to the response with ByteBuffer
.logger
Constructor and Description |
---|
TomcatHttpHandlerAdapter(HttpHandler httpHandler) |
TomcatHttpHandlerAdapter(Map<String,HttpHandler> handlerMap) |
Modifier and Type | Method and Description |
---|---|
protected ServerHttpRequest |
createRequest(HttpServletRequest request,
AsyncContext cxt) |
protected ServerHttpResponse |
createResponse(HttpServletResponse response,
AsyncContext cxt) |
destroy, getBufferSize, getDataBufferFactory, getServletConfig, getServletInfo, init, service, setBufferSize, setDataBufferFactory
getHttpHandler
public TomcatHttpHandlerAdapter(HttpHandler httpHandler)
public TomcatHttpHandlerAdapter(Map<String,HttpHandler> handlerMap)
protected ServerHttpRequest createRequest(HttpServletRequest request, AsyncContext cxt) throws IOException
createRequest
in class ServletHttpHandlerAdapter
IOException
protected ServerHttpResponse createResponse(HttpServletResponse response, AsyncContext cxt) throws IOException
createResponse
in class ServletHttpHandlerAdapter
IOException