| Package | Description |
|---|---|
| org.springframework.core.codec | |
| org.springframework.core.io.buffer |
Generic abstraction for working with byte buffer implementations.
|
| Class and Description |
|---|
| DataBuffer
Basic abstraction over byte buffers.
|
| DataBufferFactory
A factory for
DataBuffers, allowing for allocation and
wrapping of data buffers. |
| Class and Description |
|---|
| DataBuffer
Basic abstraction over byte buffers.
|
| DataBufferFactory
A factory for
DataBuffers, allowing for allocation and
wrapping of data buffers. |
| 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. |
| PooledDataBuffer
Extension of
DataBuffer that allows for buffer that share
a memory pool. |