| 程序包 | 说明 |
|---|---|
| io.netty.handler.codec |
Benchmarks for
io.netty.handler.codec. |
| 限定符和类型 | 字段和说明 |
|---|---|
static ByteToMessageDecoder.Cumulator |
ByteToMessageDecoder.COMPOSITE_CUMULATOR
Cumulate
ByteBufs by add them to a CompositeByteBuf and so do no memory copy whenever possible. |
static ByteToMessageDecoder.Cumulator |
ByteToMessageDecoder.MERGE_CUMULATOR
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ByteToMessageDecoder.setCumulator(ByteToMessageDecoder.Cumulator cumulator)
Set the
ByteToMessageDecoder.Cumulator to use for cumulate the received ByteBufs. |