Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Disabling Direct Buffers in Jetty 9

Hello,

In Jetty 8 you could disable the use of Direct Buffers for NIO connectors
via the setUseDirectBuffers(bool) method in the AbstractNIOConnector class.
Is there a way to do this in Jetty 9?



--
View this message in context: http://jetty.4.x6.nabble.com/Disabling-Direct-Buffers-in-Jetty-9-tp4961201.html
Sent from the Jetty User mailing list archive at Nabble.com.


Back to the top