Uses of Class
io.netty.buffer.CompositeByteBuf.Component
-
Packages that use CompositeByteBuf.Component 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 CompositeByteBuf.Component in io.netty.buffer
Fields in io.netty.buffer declared as CompositeByteBuf.Component Modifier and Type Field Description private CompositeByteBuf.Component[]CompositeByteBuf. componentsprivate CompositeByteBuf.ComponentCompositeByteBuf. lastAccessedMethods in io.netty.buffer that return CompositeByteBuf.Component Modifier and Type Method Description private CompositeByteBuf.ComponentCompositeByteBuf. findComponent(int offset)private CompositeByteBuf.ComponentCompositeByteBuf. findComponent0(int offset)private CompositeByteBuf.ComponentCompositeByteBuf. findIt(int offset)private static CompositeByteBuf.Component[]CompositeByteBuf. newCompArray(int initComponents, int maxNumComponents)private CompositeByteBuf.ComponentCompositeByteBuf. newComponent(ByteBuf buf, int offset)Methods in io.netty.buffer with parameters of type CompositeByteBuf.Component Modifier and Type Method Description private voidCompositeByteBuf. addComp(int i, CompositeByteBuf.Component c)
-