Class ByteBufferPool.Bucket

java.lang.Object
org.eclipse.jetty.io.ByteBufferPool.Bucket
Enclosing interface:
ByteBufferPool

public static class ByteBufferPool.Bucket extends Object
  • Constructor Details

    • Bucket

      @Deprecated public Bucket(int capacity, int maxSize)
      Deprecated.
    • Bucket

      public Bucket(int capacity, int maxSize, IntConsumer memoryFunction)
  • Method Details