Uses of Class
io.netty.buffer.AbstractDerivedByteBuf
Packages that use AbstractDerivedByteBuf
Package
Description
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.bufferModifier and TypeClassDescriptionprivate static final class
private static final class
(package private) class
class
Deprecated.Do not use.class
Deprecated.Do not use.class
Deprecated.Do not use.(package private) class
DuplicatedByteBuf
implementation that can do optimizations because it knows the duplicated buffer is of typeAbstractByteBuf
.(package private) class
A specialAbstractUnpooledSlicedByteBuf
that can make optimizations because it knows the sliced buffer is of typeAbstractByteBuf
.