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) classAbstractUnsafeSwappedByteBufSpecialSwappedByteBufforByteBufs that is using unsafe.(package private) classUnsafeDirectSwappedByteBuf(package private) classUnsafeHeapSwappedByteBufSpecialSwappedByteBufforByteBufs that use unsafe to access the byte array.Fields in io.netty.buffer declared as SwappedByteBuf Modifier and Type Field Description private SwappedByteBufUnreleasableByteBuf. swappedBufMethods in io.netty.buffer that return SwappedByteBuf Modifier and Type Method Description protected 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 Modifier and Type Field Description private SwappedByteBufReplayingDecoderByteBuf. swapped
-