Uses of Class
org.eclipse.jetty.io.ByteBufferPool.Bucket
Packages that use ByteBufferPool.Bucket
-
Uses of ByteBufferPool.Bucket in org.eclipse.jetty.io
Constructor parameters in org.eclipse.jetty.io with type arguments of type ByteBufferPool.BucketModifierConstructorDescriptionMappedByteBufferPool(int factor, int maxQueueLength, Function<Integer, ByteBufferPool.Bucket> newBucket) Creates a new MappedByteBufferPool with the given configuration.MappedByteBufferPool(int factor, int maxQueueLength, Function<Integer, ByteBufferPool.Bucket> newBucket, long maxHeapMemory, long maxDirectMemory) Creates a new MappedByteBufferPool with the given configuration.