Package | Description |
---|---|
org.springframework.core.io.buffer |
Generic abstraction for working with byte buffer implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
NettyDataBuffer
Implementation of the
DataBuffer interface that wraps a Netty
ByteBuf . |
Modifier and Type | Method and Description |
---|---|
PooledDataBuffer |
NettyDataBuffer.retain() |
PooledDataBuffer |
PooledDataBuffer.retain()
Increase the reference count for this buffer by one.
|
PooledDataBuffer |
NettyDataBuffer.touch(Object hint) |
PooledDataBuffer |
PooledDataBuffer.touch(Object hint)
Associate the given hint with the data buffer for debugging purposes.
|