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 SwappedByteBuf
AbstractByteBuf. newSwappedByteBuf()
Creates a newSwappedByteBuf
for thisByteBuf
instance.protected SwappedByteBuf
UnpooledUnsafeDirectByteBuf. newSwappedByteBuf()
protected SwappedByteBuf
UnpooledUnsafeHeapByteBuf. newSwappedByteBuf()
Deprecated.
-