Uses of Class
org.eclipse.jetty.io.ArrayByteBufferPool
-
Uses of ArrayByteBufferPool in org.eclipse.jetty.io
Modifier 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.