Uses of Interface
io.netty.handler.codec.ByteToMessageDecoder.Cumulator
-
Packages that use ByteToMessageDecoder.Cumulator Package Description 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 ByteToMessageDecoder.Cumulator in io.netty.handler.codec
Fields in io.netty.handler.codec declared as ByteToMessageDecoder.Cumulator Modifier and Type Field Description static ByteToMessageDecoder.CumulatorByteToMessageDecoder. COMPOSITE_CUMULATORCumulateByteBufs by add them to aCompositeByteBufand so do no memory copy whenever possible.static ByteToMessageDecoder.CumulatorByteToMessageDecoder. MERGE_CUMULATORMethods in io.netty.handler.codec with parameters of type ByteToMessageDecoder.Cumulator Modifier and Type Method Description voidByteToMessageDecoder. setCumulator(ByteToMessageDecoder.Cumulator cumulator)Set theByteToMessageDecoder.Cumulatorto use for cumulate the receivedByteBufs.
-