| 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 |
PooledUnsafeHeapByteBuf |
| Modifier and Type | Field and Description |
|---|---|
private static Recycler<PooledHeapByteBuf> |
PooledHeapByteBuf.RECYCLER |
| Modifier and Type | Method and Description |
|---|---|
(package private) static PooledHeapByteBuf |
PooledHeapByteBuf.newInstance(int maxCapacity) |
| Constructor and Description |
|---|
PooledHeapByteBuf(Recycler.Handle<? extends PooledHeapByteBuf> recyclerHandle,
int maxCapacity) |