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 class
A variant of theArrayByteBufferPool
that uses buckets of buffers that increase in size by a power of 2 (e.g.static class
A variant ofArrayByteBufferPool
that tracks buffer acquires/releases, useful to identify buffer leaks.