hunt.net.buffer.CompositeByteBuf

Undocumented in source.

Members

Classes

CompositeByteBuf
class CompositeByteBuf

A virtual buffer which shows multiple buffers as a single merged buffer. It is recommended to use {@link ByteBufAllocator#compositeBuffer()} or {@link Unpooled#wrappedBuffer(ByteBuf...)} instead of calling the constructor explicitly.

Interfaces

ByteWrapper
interface ByteWrapper(T)
Undocumented in source.

Meta