软件包 | 描述 |
---|---|
io.netty.handler.codec |
可扩展解码器及其常见实现,用于处理基于流的传输(如TCP / IP)中发现的数据包碎片和重新组装问题。
|
Modifier and Type | Field and Description |
---|---|
static ByteToMessageDecoder.Cumulator |
ByteToMessageDecoder.COMPOSITE_CUMULATOR
通过将它们添加到 CompositeByteBuf 来累积ByteBuf ,所以尽可能不要复制存储器。
|
static ByteToMessageDecoder.Cumulator |
ByteToMessageDecoder.MERGE_CUMULATOR
|
Modifier and Type | Method and Description |
---|---|
void |
ByteToMessageDecoder.setCumulator(ByteToMessageDecoder.Cumulator cumulator)
设置 ByteToMessageDecoder.Cumulator 用于累计收到的ByteBuf 。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.