Uses of Class
io.netty.buffer.AbstractDerivedByteBuf
-
Packages that use AbstractDerivedByteBuf 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 AbstractDerivedByteBuf in io.netty.buffer
Subclasses of AbstractDerivedByteBuf in io.netty.buffer Modifier and Type Class Description private static classAbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBufprivate static classAbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf(package private) classAbstractUnpooledSlicedByteBufclassDuplicatedByteBufDeprecated.Do not use.classReadOnlyByteBufDeprecated.Do not use.classSlicedByteBufDeprecated.Do not use.(package private) classUnpooledDuplicatedByteBufDuplicatedByteBufimplementation that can do optimizations because it knows the duplicated buffer is of typeAbstractByteBuf.(package private) classUnpooledSlicedByteBufA specialAbstractUnpooledSlicedByteBufthat can make optimizations because it knows the sliced buffer is of typeAbstractByteBuf.
-