As of Servlet 6.1, there is ByteBuffer
support in ServletInputStream
/ServletOutputStream
which can be used in ServletHttpHandlerAdapter
and inherited by TomcatHttpHandlerAdapter
.
As of Servlet 6.1, there is ByteBuffer
support in ServletInputStream
/ServletOutputStream
which can be used in ServletHttpHandlerAdapter
and inherited by TomcatHttpHandlerAdapter
.