See: Description
| Interface | Description |
|---|---|
| DataBuffer |
Basic abstraction over byte buffers.
|
| DataBufferFactory |
A factory for
DataBuffers, allowing for allocation and
wrapping of data buffers. |
| DataBufferUtils.Matcher |
Defines an object that matches a data buffer against a delimiter.
|
| PooledDataBuffer |
Extension of
DataBuffer that allows for buffer that share
a memory pool. |
| Class | Description |
|---|---|
| DataBufferUtils |
Utility class for working with
DataBuffers. |
| DataBufferWrapper |
Provides a convenient implementation of the
DataBuffer interface
that can be overridden to adapt the delegate. |
| 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. |