| 程序包 | 说明 |
|---|---|
| com.alipay.remoting.codec |
| 限定符和类型 | 字段和说明 |
|---|---|
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractBatchDecoder.setCumulator(AbstractBatchDecoder.Cumulator cumulator)
Set the
AbstractBatchDecoder.Cumulator to use for cumulate the received ByteBufs. |
Copyright © 2021. All rights reserved.