Uses of Class
org.eclipse.jetty.io.ByteBufferPool.Bucket
-
Packages that use ByteBufferPool.Bucket Package Description org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystem -
-
Uses of ByteBufferPool.Bucket in org.eclipse.jetty.io
Constructor parameters in org.eclipse.jetty.io with type arguments of type ByteBufferPool.Bucket Constructor 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.
-