Uses of Class
io.netty.buffer.WrappedByteBuf
Packages that use WrappedByteBuf
Package
Description
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.bufferModifier and TypeClassDescription(package private) final classprivate static final class(package private) class(package private) final classAByteBufimplementation that wraps another buffer to prevent a user from increasing or decreasing the wrapped buffer's reference count.