BufferBuilder |
Not thread safe class for filling in the content of the MemorySegment .
|
BufferCompressor |
|
BufferConsumer |
Not thread safe class for producing Buffer .
|
BufferConsumerWithPartialRecordLength |
BufferConsumer with partial record length if a record is spanning over buffers
|
BufferDecompressor |
Decompressor for compressed Buffer .
|
BufferHeader |
|
BufferRecycler.DummyBufferRecycler |
The buffer recycler does nothing for recycled segment.
|
CompositeBuffer |
An implementation of Buffer which contains multiple partial buffers for network data
communication.
|
FileRegionBuffer |
This class represents a chunk of data in a file channel.
|
FreeingBufferRecycler |
A simple buffer recycler that frees the memory segments.
|
LocalBufferPool |
|
NetworkBuffer |
|
NetworkBufferPool |
The NetworkBufferPool is a fixed size pool of MemorySegment instances for the network
stack.
|
ReadOnlySlicedNetworkBuffer |
Minimal best-effort read-only sliced Buffer implementation wrapping a NetworkBuffer 's sub-region based on io.netty.buffer.SlicedByteBuf and
io.netty.buffer.ReadOnlyByteBuf.
|