Uses of Class
org.eclipse.jetty.io.ArrayByteBufferPool
Packages that use ArrayByteBufferPool
-
Uses of ArrayByteBufferPool in org.eclipse.jetty.io
Subclasses of ArrayByteBufferPool in org.eclipse.jetty.ioModifier and TypeClassDescriptionstatic classA variant of theArrayByteBufferPoolthat uses buckets of buffers that increase in size by a power of 2 (e.g. 1k, 2k, 4k, 8k, etc.).static classA variant ofArrayByteBufferPoolthat tracks buffer acquires/releases, useful to identify buffer leaks.