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