Uses of Interface
io.netty5.handler.codec.ByteToMessageDecoder.Cumulator
-
Packages that use ByteToMessageDecoder.Cumulator Package Description io.netty5.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 ByteToMessageDecoder.Cumulator in io.netty5.handler.codec
Fields in io.netty5.handler.codec declared as ByteToMessageDecoder.Cumulator Modifier and Type Field Description static ByteToMessageDecoder.CumulatorByteToMessageDecoder. COMPOSITE_CUMULATORCumulateBuffers by add them to aCompositeBufferand so do no memory copy whenever possible.static ByteToMessageDecoder.CumulatorByteToMessageDecoder. MERGE_CUMULATORConstructors in io.netty5.handler.codec with parameters of type ByteToMessageDecoder.Cumulator Constructor Description ByteToMessageDecoder(ByteToMessageDecoder.Cumulator cumulator)FixedLengthFrameDecoder(int frameLength, ByteToMessageDecoder.Cumulator cumulator)Creates a new instance.
-