Package | Description |
---|---|
io.netty.handler.codec |
Benchmarks for
io.netty.handler.codec . |
Modifier and Type | Field and Description |
---|---|
static ByteToMessageDecoder.Cumulator |
ByteToMessageDecoder.COMPOSITE_CUMULATOR
Cumulate
ByteBuf s by add them to a CompositeByteBuf and so do no memory copy whenever possible. |
static ByteToMessageDecoder.Cumulator |
ByteToMessageDecoder.MERGE_CUMULATOR
|
Modifier and Type | Method and Description |
---|---|
void |
ByteToMessageDecoder.setCumulator(ByteToMessageDecoder.Cumulator cumulator)
Set the
ByteToMessageDecoder.Cumulator to use for cumulate the received ByteBuf s. |
Copyright © 2008–2016 The Netty Project. All rights reserved.