Uses of Class
io.netty.buffer.WrappedByteBuf
-
Packages that use WrappedByteBuf Package Description io.netty.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message. -
-
Uses of WrappedByteBuf in io.netty.buffer
Subclasses of WrappedByteBuf in io.netty.buffer Modifier and Type Class Description (package private) classAdvancedLeakAwareByteBufprivate static classFixedCompositeByteBuf.Component(package private) classSimpleLeakAwareByteBuf(package private) classUnreleasableByteBufAByteBufimplementation that wraps another buffer to prevent a user from increasing or decreasing the wrapped buffer's reference count.
-