Uses of Class
io.netty.buffer.PooledByteBufAllocator
Packages that use PooledByteBufAllocator
Package
Description
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 PooledByteBufAllocatorModifier and TypeFieldDescriptionprivate final PooledByteBufAllocator
PooledByteBufAllocatorMetric.allocator
static final PooledByteBufAllocator
PooledByteBufAllocator.DEFAULT
(package private) final PooledByteBufAllocator
PoolArena.parent
Constructors in io.netty.buffer with parameters of type PooledByteBufAllocatorModifierConstructorDescription(package private)
DirectArena
(PooledByteBufAllocator parent, SizeClasses sizeClass) (package private)
HeapArena
(PooledByteBufAllocator parent, SizeClasses sizeClass) protected
PoolArena
(PooledByteBufAllocator parent, SizeClasses sizeClass) (package private)