| Package | Description |
|---|---|
| org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayByteBufferPool
A ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.
|
class |
MappedByteBufferPool
A ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.
|
static class |
MappedByteBufferPool.Tagged |