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) classUnsafeDirectSwappedByteBuf(package private) classUnsafeHeapSwappedByteBufSpecialSwappedByteBufforByteBufs that use unsafe to access the byte array.
-