Uses of Class
io.netty.buffer.SwappedByteBuf
Packages that use SwappedByteBuf
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
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.bufferModifier and TypeClassDescription(package private) class
SpecialSwappedByteBuf
forByteBuf
s that is using unsafe.(package private) final class
(package private) final class
SpecialSwappedByteBuf
forByteBuf
s that use unsafe to access the byte array.Fields in io.netty.buffer declared as SwappedByteBufMethods in io.netty.buffer that return SwappedByteBufModifier and TypeMethodDescriptionprotected 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