Package org.eclipse.jetty.io
Class ByteBufferPool.Bucket
- java.lang.Object
-
- org.eclipse.jetty.io.ByteBufferPool.Bucket
-
- Enclosing interface:
- ByteBufferPool
public static class ByteBufferPool.Bucket extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Bucket(ByteBufferPool pool, int bufferSize, int maxSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBufferacquire(boolean direct)voidclear()voidrelease(java.nio.ByteBuffer buffer)java.lang.StringtoString()
-
-
-
Constructor Detail
-
Bucket
public Bucket(ByteBufferPool pool, int bufferSize, int maxSize)
-
-