Interface RetainableByteBufferPool

All Known Implementing Classes:
ArrayByteBufferPool.Retained, ArrayRetainableByteBufferPool, LogarithmicArrayByteBufferPool.LogarithmicRetainablePool, MappedByteBufferPool.Retained, RetainableByteBufferPool.NotRetainedByteBufferPool

public interface RetainableByteBufferPool

A RetainableByteBuffer pool.

Acquired buffers must be released by calling RetainableByteBuffer.release() otherwise the memory they hold will be leaked.