Uses of Interface
com.alipay.remoting.codec.AbstractBatchDecoder.Cumulator

Packages that use AbstractBatchDecoder.Cumulator
com.alipay.remoting.codec   
 

Uses of AbstractBatchDecoder.Cumulator in com.alipay.remoting.codec
 

Fields in com.alipay.remoting.codec declared as AbstractBatchDecoder.Cumulator
static AbstractBatchDecoder.Cumulator AbstractBatchDecoder.COMPOSITE_CUMULATOR
          Cumulate ByteBufs by add them to a CompositeByteBuf and so do no memory copy whenever possible.
static AbstractBatchDecoder.Cumulator AbstractBatchDecoder.MERGE_CUMULATOR
          Cumulate ByteBufs by merge them into one ByteBuf's, using memory copies.
 

Methods in com.alipay.remoting.codec with parameters of type AbstractBatchDecoder.Cumulator
 void AbstractBatchDecoder.setCumulator(AbstractBatchDecoder.Cumulator cumulator)
          Set the AbstractBatchDecoder.Cumulator to use for cumulate the received ByteBufs.
 



Copyright © 2018. All rights reserved.