软件包 | 描述 |
---|---|
io.netty.handler.codec.http.websocketx |
Web Socket数据帧的编码器,解码器,握手及其相关消息类型。
|
io.netty.handler.codec.marshalling |
解码器和编码器,它使用
JBoss Marshalling 。
|
io.netty.handler.codec.mqtt |
编码器,解码器和MQTT的不同消息类型。
|
io.netty.handler.codec.socks |
编码器,解码器及其相关的信息类型的袜子。
|
io.netty.handler.codec.socksx.v4 |
编码器,解码器及其相关的SOCKSv4协议消息类型。
|
io.netty.handler.codec.socksx.v5 |
编码器,解码器及其相关的SOCKSv5协议消息类型。
|
io.netty.handler.codec.stomp |
STOMP编解码器
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocket00FrameDecoder
将 ByteBuf s解码为WebSocketFrame s。
|
Modifier and Type | Class and Description |
---|---|
class |
CompatibleMarshallingDecoder
ReplayingDecoder 其使用Unmarshaller 读取对象出的ByteBuf 。
|
Modifier and Type | Class and Description |
---|---|
class |
MqttDecoder
解码来自字节的Mqtt消息,跟随
the MQTT protocol specification v3.1
|
Modifier and Type | Class and Description |
---|---|
class |
SocksAuthRequestDecoder
解码 ByteBuf s转换SocksAuthRequest 。
|
class |
SocksAuthResponseDecoder
将 ByteBuf s解码为SocksAuthResponse 。
|
class |
SocksCmdRequestDecoder
解码 ByteBuf s转换SocksCmdRequest 。
|
class |
SocksCmdResponseDecoder
解码 ByteBuf s转换SocksCmdResponse 。
|
class |
SocksInitRequestDecoder
解码 ByteBuf s转换SocksInitRequest 。
|
class |
SocksInitResponseDecoder
解码 ByteBuf s转换SocksInitResponse 。
|
Modifier and Type | Class and Description |
---|---|
class |
Socks4ClientDecoder
从入站 ByteBuf 解码单个Socks4CommandResponse 。
|
class |
Socks4ServerDecoder
从入站 ByteBuf 解码单个Socks4CommandRequest 。
|
Modifier and Type | Class and Description |
---|---|
class |
Socks5CommandRequestDecoder
从入站 ByteBuf 解码单个Socks5CommandRequest 。
|
class |
Socks5CommandResponseDecoder
从入站 ByteBuf 解码单个Socks5CommandResponse 。
|
class |
Socks5InitialRequestDecoder
从入站 ByteBuf 解码单个Socks5InitialRequest 。
|
class |
Socks5InitialResponseDecoder
从入站 ByteBuf 解码单个Socks5InitialResponse 。
|
class |
Socks5PasswordAuthRequestDecoder
从入站 ByteBuf 解码单个Socks5PasswordAuthRequest 。
|
class |
Socks5PasswordAuthResponseDecoder
从入站 ByteBuf 解码单个Socks5PasswordAuthResponse 。
|
Modifier and Type | Class and Description |
---|---|
class |
StompSubframeDecoder
|
Copyright © 2008–2018 The Netty Project. All rights reserved.