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 PooledByteBufAllocatorPooledByteBufAllocatorMetric. allocatorstatic PooledByteBufAllocatorPooledByteBufAllocator. DEFAULT(package private) PooledByteBufAllocatorPoolArena. parentConstructors 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)
-