Package | Description |
---|---|
io.netty.buffer |
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
|
io.netty.handler.codec |
Extensible decoder and its common implementations which deal with the
packet fragmentation and reassembly issue found in a stream-based transport
such as TCP/IP.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractUnsafeSwappedByteBuf
Special
SwappedByteBuf for ByteBuf s that is using unsafe. |
(package private) class |
UnsafeDirectSwappedByteBuf
|
(package private) class |
UnsafeHeapSwappedByteBuf
Special
SwappedByteBuf for ByteBuf s that use unsafe to access the byte array. |
Modifier and Type | Field and Description |
---|---|
private SwappedByteBuf |
AbstractByteBuf.swappedBuf |
private SwappedByteBuf |
UnreleasableByteBuf.swappedBuf |
Modifier and Type | Method and Description |
---|---|
protected SwappedByteBuf |
PooledUnsafeHeapByteBuf.newSwappedByteBuf()
Deprecated.
|
protected SwappedByteBuf |
UnpooledUnsafeHeapByteBuf.newSwappedByteBuf()
Deprecated.
|
protected SwappedByteBuf |
AbstractByteBuf.newSwappedByteBuf()
Creates a new
SwappedByteBuf for this ByteBuf instance. |
protected SwappedByteBuf |
PooledUnsafeDirectByteBuf.newSwappedByteBuf() |
protected SwappedByteBuf |
UnpooledUnsafeDirectByteBuf.newSwappedByteBuf() |
Modifier and Type | Field and Description |
---|---|
private SwappedByteBuf |
ReplayingDecoderByteBuf.swapped |