Package | Description |
---|---|
io.netty.buffer |
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<CompositeByteBuf.Component> |
CompositeByteBuf.components |
Modifier and Type | Method and Description |
---|---|
private CompositeByteBuf.Component |
CompositeByteBuf.findComponent(int offset) |
Modifier and Type | Method and Description |
---|---|
private static java.util.List<CompositeByteBuf.Component> |
CompositeByteBuf.newList(int maxNumComponents) |