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  DataBufferthat allows for buffer that share
 a memory pool. | 
| Class | Description | 
|---|---|
| DataBufferUtils | Utility class for working with  DataBuffers. | 
| DataBufferWrapper | Provides a convenient implementation of the  DataBufferinterface
 that can be overridden to adapt the delegate. | 
| DefaultDataBuffer | Default implementation of the  DataBufferinterface that uses aByteBufferinternally. | 
| DefaultDataBufferFactory | Default implementation of the  DataBufferFactoryinterface. | 
| LimitedDataBufferList | Custom  Listto collect data buffers with and enforce a
 limit on the total number of bytes buffered. | 
| NettyDataBuffer | Implementation of the  DataBufferinterface that wraps a NettyByteBuf. | 
| NettyDataBufferFactory | Implementation of the  DataBufferFactoryinterface based on a
 NettyByteBufAllocator. | 
| Exception | Description | 
|---|---|
| DataBufferLimitException | Exception that indicates the cumulative number of bytes consumed from a
 stream of  DataBuffer's exceeded some pre-configured limit. |