| 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 |
|---|---|
static UnpooledByteBufAllocator |
UnpooledByteBufAllocator.DEFAULT
Default instance which uses leak-detection for direct buffers.
|
| Constructor and Description |
|---|
InstrumentedUnpooledDirectByteBuf(UnpooledByteBufAllocator alloc,
int initialCapacity,
int maxCapacity) |
InstrumentedUnpooledHeapByteBuf(UnpooledByteBufAllocator alloc,
int initialCapacity,
int maxCapacity) |
InstrumentedUnpooledUnsafeDirectByteBuf(UnpooledByteBufAllocator alloc,
int initialCapacity,
int maxCapacity) |
InstrumentedUnpooledUnsafeHeapByteBuf(UnpooledByteBufAllocator alloc,
int initialCapacity,
int maxCapacity) |
InstrumentedUnpooledUnsafeNoCleanerDirectByteBuf(UnpooledByteBufAllocator alloc,
int initialCapacity,
int maxCapacity) |