Class RetainableByteBuffer.Pooled

All Implemented Interfaces:
Retainable, RetainableByteBuffer, RetainableByteBuffer.Mutable
Enclosing interface:
RetainableByteBuffer

public static class RetainableByteBuffer.Pooled extends RetainableByteBuffer.FixedCapacity
A pooled buffer that knows the pool from which it was allocated. Any methods that may need to allocated additional buffers (e.g. copy()) will use the pool.