Uses of Class
io.netty.buffer.UnpooledDirectByteBuf
-
Packages that use UnpooledDirectByteBuf 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 UnpooledDirectByteBuf in io.netty.buffer
Subclasses of UnpooledDirectByteBuf in io.netty.buffer Modifier and Type Class Description class
UnpooledUnsafeDirectByteBuf
A NIOByteBuffer
based buffer.
-