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.io.netty.handler.codec Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP. -
-
Uses of SwappedByteBuf in io.netty.buffer
Subclasses of SwappedByteBuf in io.netty.buffer Modifier and Type Class Description (package private) class
AbstractUnsafeSwappedByteBuf
SpecialSwappedByteBuf
forByteBuf
s that is using unsafe.(package private) class
UnsafeDirectSwappedByteBuf
(package private) class
UnsafeHeapSwappedByteBuf
SpecialSwappedByteBuf
forByteBuf
s that use unsafe to access the byte array.Fields in io.netty.buffer declared as SwappedByteBuf Modifier and Type Field Description private SwappedByteBuf
UnreleasableByteBuf. swappedBuf
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
PooledUnsafeDirectByteBuf. newSwappedByteBuf()
protected SwappedByteBuf
PooledUnsafeHeapByteBuf. newSwappedByteBuf()
Deprecated.protected SwappedByteBuf
UnpooledUnsafeDirectByteBuf. newSwappedByteBuf()
protected SwappedByteBuf
UnpooledUnsafeHeapByteBuf. newSwappedByteBuf()
Deprecated.protected SwappedByteBuf
WrappedCompositeByteBuf. newSwappedByteBuf()
-
Uses of SwappedByteBuf in io.netty.handler.codec
Fields in io.netty.handler.codec declared as SwappedByteBuf Modifier and Type Field Description private SwappedByteBuf
ReplayingDecoderByteBuf. swapped
-