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.void
append
(ByteBuffer buffer, boolean recycle) Deprecated.Deprecated.int
getSize()
Deprecated.long
Deprecated.void
insert
(int index, ByteBuffer buffer, boolean recycle) Deprecated.void
recycle()
Deprecated.void
release
(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.
-