Uses of Class
io.netty.buffer.UnpooledByteBufAllocator
Packages that use UnpooledByteBufAllocator
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
-
Uses of UnpooledByteBufAllocator in io.netty.buffer
Fields in io.netty.buffer declared as UnpooledByteBufAllocatorModifier and TypeFieldDescriptionstatic final UnpooledByteBufAllocatorUnpooledByteBufAllocator.DEFAULTDefault instance which uses leak-detection for direct buffers.