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 class
AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
(package private) class
UnpooledDuplicatedByteBuf
DuplicatedByteBuf
implementation that can do optimizations because it knows the duplicated buffer is of typeAbstractByteBuf
.
-