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 | Method and Description |
---|---|
protected AdvancedLeakAwareByteBuf |
AdvancedLeakAwareByteBuf.newLeakAwareByteBuf(ByteBuf buf,
ByteBuf trackedByteBuf,
ResourceLeakTracker<ByteBuf> leakTracker) |
protected AdvancedLeakAwareByteBuf |
AdvancedLeakAwareCompositeByteBuf.newLeakAwareByteBuf(ByteBuf wrapped,
ByteBuf trackedByteBuf,
ResourceLeakTracker<ByteBuf> leakTracker) |