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. components
private CompositeByteBuf.Component
CompositeByteBuf. lastAccessed
Methods in io.netty.buffer that return CompositeByteBuf.Component Modifier and Type Method Description private CompositeByteBuf.Component
CompositeByteBuf. findComponent(int offset)
private CompositeByteBuf.Component
CompositeByteBuf. findComponent0(int offset)
private CompositeByteBuf.Component
CompositeByteBuf. findIt(int offset)
private static CompositeByteBuf.Component[]
CompositeByteBuf. newCompArray(int initComponents, int maxNumComponents)
private CompositeByteBuf.Component
CompositeByteBuf. newComponent(ByteBuf buf, int offset)
Methods in io.netty.buffer with parameters of type CompositeByteBuf.Component Modifier and Type Method Description private void
CompositeByteBuf. addComp(int i, CompositeByteBuf.Component c)
-