Uses of Class
io.netty.buffer.AdvancedLeakAwareByteBuf
Packages that use AdvancedLeakAwareByteBuf
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
-
Uses of AdvancedLeakAwareByteBuf in io.netty.buffer
Methods in io.netty.buffer that return AdvancedLeakAwareByteBufModifier and TypeMethodDescriptionprotected AdvancedLeakAwareByteBuf
AdvancedLeakAwareByteBuf.newLeakAwareByteBuf
(ByteBuf buf, ByteBuf trackedByteBuf, ResourceLeakTracker<ByteBuf> leakTracker) protected AdvancedLeakAwareByteBuf
AdvancedLeakAwareCompositeByteBuf.newLeakAwareByteBuf
(ByteBuf wrapped, ByteBuf trackedByteBuf, ResourceLeakTracker<ByteBuf> leakTracker)