Uses of Class
io.netty.buffer.CompositeByteBuf

Packages that use CompositeByteBuf
Package
Description
Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.
The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.
Unix specific transport.
Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.