Uses of Class
org.eclipse.jetty.io.AbstractByteBufferPool
-
Packages that use AbstractByteBufferPool Package Description org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystem -
-
Uses of AbstractByteBufferPool in org.eclipse.jetty.io
Subclasses of AbstractByteBufferPool in org.eclipse.jetty.io Modifier and Type Class Description class
ArrayByteBufferPool
A ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.class
LogarithmicArrayByteBufferPool
Extension of theArrayByteBufferPool
whose bucket sizes increase exponentially instead of linearly.class
MappedByteBufferPool
A ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.static class
MappedByteBufferPool.Tagged
-