Package | Description |
---|---|
io.netty.buffer |
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
|
Modifier and Type | Class and Description |
---|---|
private static class |
AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf |
class |
SlicedByteBuf
Deprecated.
Do not use.
|
(package private) class |
UnpooledSlicedByteBuf
A special
AbstractUnpooledSlicedByteBuf that can make optimizations because it knows the sliced buffer is of
type AbstractByteBuf . |