Package org.eclipse.jetty.io
Class ByteBufferPool.Lease
java.lang.Object
org.eclipse.jetty.io.ByteBufferPool.Lease
- Enclosing interface:
ByteBufferPool
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacquire(int capacity, boolean direct) Deprecated.voidappend(ByteBuffer buffer, boolean recycle) Deprecated.Deprecated.intgetSize()Deprecated.longDeprecated.voidinsert(int index, ByteBuffer buffer, boolean recycle) Deprecated.voidrecycle()Deprecated.voidrelease(ByteBuffer buffer) Deprecated.
-
Constructor Details
-
Lease
Deprecated.
-
-
Method Details
-
acquire
Deprecated. -
append
Deprecated. -
insert
Deprecated. -
getByteBuffers
Deprecated. -
getTotalLength
public long getTotalLength()Deprecated. -
getSize
public int getSize()Deprecated. -
recycle
public void recycle()Deprecated. -
release
Deprecated.
-