| 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 PooledByteBufAllocator |
PooledByteBufAllocatorMetric.allocator |
static PooledByteBufAllocator |
PooledByteBufAllocator.DEFAULT |
(package private) PooledByteBufAllocator |
PoolArena.parent |
| Constructor and Description |
|---|
DirectArena(PooledByteBufAllocator parent,
int pageSize,
int maxOrder,
int pageShifts,
int chunkSize,
int directMemoryCacheAlignment) |
HeapArena(PooledByteBufAllocator parent,
int pageSize,
int maxOrder,
int pageShifts,
int chunkSize,
int directMemoryCacheAlignment) |
PoolArena(PooledByteBufAllocator parent,
int pageSize,
int maxOrder,
int pageShifts,
int chunkSize,
int cacheAlignment) |
PooledByteBufAllocatorMetric(PooledByteBufAllocator allocator) |