Uses of Class
org.eclipse.jetty.io.RetainableByteBuffer
Packages that use RetainableByteBuffer
-
Uses of RetainableByteBuffer in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io that return RetainableByteBufferModifier and TypeMethodDescriptionArrayRetainableByteBufferPool.acquire
(int size, boolean direct) RetainableByteBufferPool.acquire
(int size, boolean direct) Acquires a memory buffer from the pool.RetainableByteBufferPool.NotRetainedByteBufferPool.acquire
(int size, boolean direct) Methods in org.eclipse.jetty.io that return types with arguments of type RetainableByteBufferModifier and TypeMethodDescriptionprotected Pool<RetainableByteBuffer>
ArrayRetainableByteBufferPool.poolFor
(int capacity, boolean direct) Methods in org.eclipse.jetty.io with parameters of type RetainableByteBufferModifier and TypeMethodDescriptionprotected void
ArrayByteBufferPool.Retained.removed
(RetainableByteBuffer retainedBuffer) protected void
ArrayRetainableByteBufferPool.removed
(RetainableByteBuffer retainedBuffer) protected void
MappedByteBufferPool.Retained.removed
(RetainableByteBuffer retainedBuffer)