Closed jhoeller closed 1 week ago
As of Servlet 6.1, there is ByteBuffer support in ServletInputStream/ServletOutputStream which can be used in ServletHttpHandlerAdapter and inherited by TomcatHttpHandlerAdapter.
ByteBuffer
ServletInputStream
ServletOutputStream
ServletHttpHandlerAdapter
TomcatHttpHandlerAdapter
As of Servlet 6.1, there is
ByteBuffer
support inServletInputStream
/ServletOutputStream
which can be used inServletHttpHandlerAdapter
and inherited byTomcatHttpHandlerAdapter
.