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.Cumulator
ByteToMessageDecoder. COMPOSITE_CUMULATOR
CumulateBuffer
s by add them to aCompositeBuffer
and so do no memory copy whenever possible.static ByteToMessageDecoder.Cumulator
ByteToMessageDecoder. MERGE_CUMULATOR
Constructors 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.
-