软件包 | 描述 |
---|---|
io.netty.handler.codec |
可扩展解码器及其常见实现,用于处理基于流的传输(如TCP / IP)中发现的数据包碎片和重新组装问题。
|
io.netty.handler.codec.http |
编码器,解码器及其相关的HTTP消息类型。
|
io.netty.handler.codec.memcache |
ascii和二进制类的通用超集。
|
io.netty.handler.codec.mqtt |
编码器,解码器和MQTT的不同消息类型。
|
io.netty.handler.codec.socksx |
编码器,解码器及其相关的SOCKS协议消息类型。
|
io.netty.handler.codec.stomp |
STOMP编解码器
|
Modifier and Type | Field and Description |
---|---|
static DecoderResult |
DecoderResult.SUCCESS |
static DecoderResult |
DecoderResult.UNFINISHED |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
DecoderResultProvider.decoderResult()
返回解码此对象的结果。
|
static DecoderResult |
DecoderResult.failure(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
DecoderResultProvider.setDecoderResult(DecoderResult result)
更新解码此对象的结果。
|
Modifier and Type | Method and Description |
---|---|
DecoderResult |
DefaultHttpObject.decoderResult() |
DecoderResult |
HttpObject.getDecoderResult()
已过时。
|
DecoderResult |
DefaultHttpObject.getDecoderResult()
已过时。
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultHttpObject.setDecoderResult(DecoderResult decoderResult) |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
AbstractMemcacheObject.decoderResult() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMemcacheObject.setDecoderResult(DecoderResult result) |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
MqttMessage.decoderResult() |
Constructor and Description |
---|
MqttMessage(MqttFixedHeader mqttFixedHeader, java.lang.Object variableHeader, java.lang.Object payload, DecoderResult decoderResult) |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
AbstractSocksMessage.decoderResult() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSocksMessage.setDecoderResult(DecoderResult decoderResult) |
Modifier and Type | Field and Description |
---|---|
protected DecoderResult |
DefaultStompHeadersSubframe.decoderResult |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
DefaultStompHeadersSubframe.decoderResult() |
DecoderResult |
DefaultStompContentSubframe.decoderResult() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultStompHeadersSubframe.setDecoderResult(DecoderResult decoderResult) |
void |
DefaultStompContentSubframe.setDecoderResult(DecoderResult decoderResult) |
Copyright © 2008–2018 The Netty Project. All rights reserved.