See: Description
Interface | Description |
---|---|
DataBuffer |
Basic abstraction over byte buffers.
|
DataBufferFactory |
A factory for
DataBuffers , allowing for allocation and
wrapping of data buffers. |
PooledDataBuffer |
Extension of
DataBuffer that allows for buffer that share a memory
pool. |
Class | Description |
---|---|
DataBufferUtils |
Utility class for working with
DataBuffer s. |
DefaultDataBuffer |
Default implementation of the
DataBuffer interface that uses a
ByteBuffer internally. |
DefaultDataBufferFactory |
Default implementation of the
DataBufferFactory interface. |
NettyDataBuffer |
Implementation of the
DataBuffer interface that wraps a Netty
ByteBuf . |
NettyDataBufferFactory |
Implementation of the
DataBufferFactory interface based on a
Netty ByteBufAllocator . |