Package | Description |
---|---|
org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
Constructor and Description |
---|
MappedByteBufferPool(int factor,
int maxQueueLength,
java.util.function.Function<java.lang.Integer,ByteBufferPool.Bucket> newBucket)
Creates a new MappedByteBufferPool with the given configuration.
|
MappedByteBufferPool(int factor,
int maxQueueLength,
java.util.function.Function<java.lang.Integer,ByteBufferPool.Bucket> newBucket,
long maxHeapMemory,
long maxDirectMemory)
Creates a new MappedByteBufferPool with the given configuration.
|
Copyright © 1995–2024 Webtide. All rights reserved.