Polina, both! in jetty-8 the jetty-io buffers are an abstraction over either byte arrays or NIO ByteBuffers. If you are using SelectChannelConnector, then you are using NIO ByteBuffers wrapped as jetty io Buffers.
cheers On 16 September 2013 17:15, Полина Колева <[email protected]> wrote: > I use Jetty 8. I want to know when I use SelectChannelConnector what kind > of buffers are use? Is it NIO buffers from > j<http://docs.oracle.com/javase/7/docs/api/java/nio/Buffer.html>ava.nio.Buffer > or buffers from jetty.io? > > Thanks, Polina > > _______________________________________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users > > -- Greg Wilkins <[email protected]> http://www.webtide.com Developer advice and support from the Jetty & CometD experts. Intalio, the modern way to build business applications.
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
