Uses of Class
io.netty.buffer.PooledByteBufAllocator
-
Packages that use PooledByteBufAllocator Package Description io.netty.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message. -
-
Uses of PooledByteBufAllocator in io.netty.buffer
Fields in io.netty.buffer declared as PooledByteBufAllocator Modifier and Type Field Description private PooledByteBufAllocator
PooledByteBufAllocatorMetric. allocator
static PooledByteBufAllocator
PooledByteBufAllocator. DEFAULT
(package private) PooledByteBufAllocator
PoolArena. parent
Constructors in io.netty.buffer with parameters of type PooledByteBufAllocator Constructor 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)
-