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.Constructors in io.netty.buffer with parameters of type UnpooledByteBufAllocatorModifierConstructorDescription(package private)InstrumentedUnpooledDirectByteBuf(UnpooledByteBufAllocator alloc, int initialCapacity, int maxCapacity) (package private)InstrumentedUnpooledHeapByteBuf(UnpooledByteBufAllocator alloc, int initialCapacity, int maxCapacity) (package private)InstrumentedUnpooledUnsafeDirectByteBuf(UnpooledByteBufAllocator alloc, int initialCapacity, int maxCapacity) (package private)InstrumentedUnpooledUnsafeHeapByteBuf(UnpooledByteBufAllocator alloc, int initialCapacity, int maxCapacity) (package private)InstrumentedUnpooledUnsafeNoCleanerDirectByteBuf(UnpooledByteBufAllocator alloc, int initialCapacity, int maxCapacity)