Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Buffers in Jetty 8

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, Полина Колева <polina.n.koleva@xxxxxxxxx> wrote:
I use Jetty 8. I want to know when I use SelectChannelConnector what kind of buffers are use? Is it NIO buffers from java.nio.Buffer or  buffers from jetty.io?

Thanks, Polina 

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users




--
Greg Wilkins <gregw@xxxxxxxxxxx>
http://www.webtide.com
Developer advice and support from the Jetty & CometD experts.
Intalio, the modern way to build business applications.

Back to the top