Uses of Class
io.netty.buffer.AbstractUnsafeSwappedByteBuf
-
Packages that use AbstractUnsafeSwappedByteBuf 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 AbstractUnsafeSwappedByteBuf in io.netty.buffer
Subclasses of AbstractUnsafeSwappedByteBuf in io.netty.buffer Modifier and Type Class Description (package private) class
UnsafeDirectSwappedByteBuf
(package private) class
UnsafeHeapSwappedByteBuf
SpecialSwappedByteBuf
forByteBuf
s that use unsafe to access the byte array.
-