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