Uses of Class
io.netty.buffer.CompositeByteBuf.Component
Packages that use CompositeByteBuf.Component
Package
Description
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.ComponentModifier and TypeFieldDescriptionprivate CompositeByteBuf.Component[]
CompositeByteBuf.components
private CompositeByteBuf.Component
CompositeByteBuf.lastAccessed
Methods in io.netty.buffer that return CompositeByteBuf.ComponentModifier and TypeMethodDescriptionprivate 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.ComponentModifier and TypeMethodDescriptionprivate void
CompositeByteBuf.addComp
(int i, CompositeByteBuf.Component c)