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) classSpecialSwappedByteBufforByteBufs that is using unsafe.(package private) final class(package private) final classSpecialSwappedByteBufforByteBufs 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 SwappedByteBufAbstractByteBuf.newSwappedByteBuf()Creates a newSwappedByteBuffor thisByteBufinstance.protected SwappedByteBufPooledUnsafeDirectByteBuf.newSwappedByteBuf()protected SwappedByteBufPooledUnsafeHeapByteBuf.newSwappedByteBuf()Deprecated.protected SwappedByteBufUnpooledUnsafeDirectByteBuf.newSwappedByteBuf()protected SwappedByteBufUnpooledUnsafeHeapByteBuf.newSwappedByteBuf()Deprecated.protected SwappedByteBufWrappedCompositeByteBuf.newSwappedByteBuf() -
Uses of SwappedByteBuf in io.netty.handler.codec
Fields in io.netty.handler.codec declared as SwappedByteBuf