Package | Description |
---|---|
io.netty.handler.codec |
Benchmarks for
io.netty.handler.codec . |
io.netty.microbench.channel |
Benchmarks for
io.netty.channel . |
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. |
Constructor and Description |
---|
EmbeddedChannelWriteAccumulatingHandlerContext(ByteBufAllocator alloc,
ChannelHandler handler,
ByteToMessageDecoder.Cumulator writeCumulator) |
EmbeddedChannelWriteAccumulatingHandlerContext(ByteBufAllocator alloc,
ChannelHandler handler,
ByteToMessageDecoder.Cumulator writeCumulator,
EmbeddedChannel channel) |
Copyright © 2008–2017 The Netty Project. All rights reserved.