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 |
---|---|
(package private) class |
PooledDuplicatedByteBuf |
(package private) class |
PooledSlicedByteBuf |
Modifier and Type | Field and Description |
---|---|
private Recycler.Handle<AbstractPooledDerivedByteBuf> |
AbstractPooledDerivedByteBuf.recyclerHandle |
Modifier and Type | Method and Description |
---|---|
(package private) <U extends AbstractPooledDerivedByteBuf> |
AbstractPooledDerivedByteBuf.init(AbstractByteBuf unwrapped,
ByteBuf wrapped,
int readerIndex,
int writerIndex,
int maxCapacity) |
Constructor and Description |
---|
AbstractPooledDerivedByteBuf(Recycler.Handle<? extends AbstractPooledDerivedByteBuf> recyclerHandle) |