Uses of Class
io.netty.buffer.UnpooledByteBufAllocator
-
Packages that use UnpooledByteBufAllocator 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 UnpooledByteBufAllocator in io.netty.buffer
Fields in io.netty.buffer declared as UnpooledByteBufAllocator Modifier and Type Field Description static UnpooledByteBufAllocator
UnpooledByteBufAllocator. DEFAULT
Default instance which uses leak-detection for direct buffers.
-