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 class
private static final class
(package private) class
(package private) final class
AByteBuf
implementation that wraps another buffer to prevent a user from increasing or decreasing the wrapped buffer's reference count.