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