Package | Description |
---|---|
org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
Modifier and Type | Field and Description |
---|---|
private ByteBufferPool.Bucket[] |
ArrayByteBufferPool._direct |
private ByteBufferPool.Bucket[] |
ArrayByteBufferPool._indirect |
Modifier and Type | Field and Description |
---|---|
private java.util.function.Function<java.lang.Integer,ByteBufferPool.Bucket> |
MappedByteBufferPool._newBucket |
private java.util.concurrent.ConcurrentMap<java.lang.Integer,ByteBufferPool.Bucket> |
MappedByteBufferPool.directBuffers |
private java.util.concurrent.ConcurrentMap<java.lang.Integer,ByteBufferPool.Bucket> |
MappedByteBufferPool.heapBuffers |
Modifier and Type | Method and Description |
---|---|
private ByteBufferPool.Bucket |
ArrayByteBufferPool.bucketFor(int size,
boolean direct) |
(package private) ByteBufferPool.Bucket[] |
ArrayByteBufferPool.bucketsFor(boolean direct) |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.concurrent.ConcurrentMap<java.lang.Integer,ByteBufferPool.Bucket> |
MappedByteBufferPool.bucketsFor(boolean direct) |
Constructor and Description |
---|
MappedByteBufferPool(int factor,
int maxQueue,
java.util.function.Function<java.lang.Integer,ByteBufferPool.Bucket> newBucket) |