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 PooledByteBufAllocatorPooledByteBufAllocatorMetric.allocatorstatic final PooledByteBufAllocatorPooledByteBufAllocator.DEFAULT(package private) final PooledByteBufAllocatorPoolArena.parentConstructors in io.netty.buffer with parameters of type PooledByteBufAllocatorModifierConstructorDescription(package private)DirectArena(PooledByteBufAllocator parent, SizeClasses sizeClass) (package private)HeapArena(PooledByteBufAllocator parent, SizeClasses sizeClass) protectedPoolArena(PooledByteBufAllocator parent, SizeClasses sizeClass) (package private)