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 | Field and Description |
---|---|
private static Recycler<PooledSlicedByteBuf> |
PooledSlicedByteBuf.RECYCLER |
Modifier and Type | Method and Description |
---|---|
(package private) static PooledSlicedByteBuf |
PooledSlicedByteBuf.newInstance(AbstractByteBuf unwrapped,
ByteBuf wrapped,
int index,
int length) |
private static PooledSlicedByteBuf |
PooledSlicedByteBuf.newInstance0(AbstractByteBuf unwrapped,
ByteBuf wrapped,
int adjustment,
int length) |
Constructor and Description |
---|
PooledSlicedByteBuf(Recycler.Handle<PooledSlicedByteBuf> handle) |