Uses of Class
io.netty.buffer.SwappedByteBuf
-
Packages that use SwappedByteBuf 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 SwappedByteBuf in io.netty.buffer
Methods in io.netty.buffer that return SwappedByteBuf Modifier and Type Method Description protected SwappedByteBufAbstractByteBuf. newSwappedByteBuf()Creates a newSwappedByteBuffor thisByteBufinstance.protected SwappedByteBufUnpooledUnsafeDirectByteBuf. newSwappedByteBuf()protected SwappedByteBufUnpooledUnsafeHeapByteBuf. newSwappedByteBuf()Deprecated.
-