Uses of Class
io.netty5.buffer.UnpooledByteBufAllocator
-
Packages that use UnpooledByteBufAllocator Package Description io.netty5.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message. -
-
Uses of UnpooledByteBufAllocator in io.netty5.buffer
Fields in io.netty5.buffer declared as UnpooledByteBufAllocator Modifier and Type Field Description static UnpooledByteBufAllocator
UnpooledByteBufAllocator. DEFAULT
Default instance which uses leak-detection for direct buffers.
-