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 classArrayByteBufferPoolA ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.classLogarithmicArrayByteBufferPoolExtension of theArrayByteBufferPoolwhose bucket sizes increase exponentially instead of linearly.classMappedByteBufferPoolA ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.static classMappedByteBufferPool.Tagged
-