Uses of Class
io.netty.buffer.DuplicatedByteBuf
-
Packages that use DuplicatedByteBuf 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 DuplicatedByteBuf in io.netty.buffer
Subclasses of DuplicatedByteBuf in io.netty.buffer Modifier and Type Class Description private static classAbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf(package private) classUnpooledDuplicatedByteBufDuplicatedByteBufimplementation that can do optimizations because it knows the duplicated buffer is of typeAbstractByteBuf.
-