| 程序包 | 说明 | 
|---|---|
| io.netty.handler.codec.http.websocketx | 
 Encoder, decoder, handshakers and their related message types for
 Web Socket data frames. 
 | 
| io.netty.handler.codec.marshalling | 
 Decoder and Encoder which uses JBoss Marshalling. 
 | 
| io.netty.handler.codec.mqtt | 
 Benchmarks for  
io.netty.handler.codec.mqtt. | 
| io.netty.handler.codec.socks | 
 Encoder, decoder and their related message types for Socks. 
 | 
| io.netty.handler.codec.socksx.v4 | 
 Encoder, decoder and their related message types for SOCKSv4 protocol. 
 | 
| io.netty.handler.codec.socksx.v5 | 
 Encoder, decoder and their related message types for SOCKSv5 protocol. 
 | 
| io.netty.handler.codec.stomp | 
 STOMP codec 
 | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
WebSocket00FrameDecoder
Decodes  
ByteBufs into WebSocketFrames. | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
CompatibleMarshallingDecoder
 | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
MqttDecoder
 | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
SocksAuthRequestDecoder
Decodes  
ByteBufs into SocksAuthRequest. | 
class  | 
SocksAuthResponseDecoder
Decodes  
ByteBufs into SocksAuthResponse. | 
class  | 
SocksCmdRequestDecoder
Decodes  
ByteBufs into SocksCmdRequest. | 
class  | 
SocksCmdResponseDecoder
Decodes  
ByteBufs into SocksCmdResponse. | 
class  | 
SocksInitRequestDecoder
Decodes  
ByteBufs into SocksInitRequest. | 
class  | 
SocksInitResponseDecoder
Decodes  
ByteBufs into SocksInitResponse. | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
Socks4ClientDecoder
Decodes a single  
Socks4CommandResponse from the inbound ByteBufs. | 
class  | 
Socks4ServerDecoder
Decodes a single  
Socks4CommandRequest from the inbound ByteBufs. | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
Socks5CommandRequestDecoder
Decodes a single  
Socks5CommandRequest from the inbound ByteBufs. | 
class  | 
Socks5CommandResponseDecoder
Decodes a single  
Socks5CommandResponse from the inbound ByteBufs. | 
class  | 
Socks5InitialRequestDecoder
Decodes a single  
Socks5InitialRequest from the inbound ByteBufs. | 
class  | 
Socks5InitialResponseDecoder
Decodes a single  
Socks5InitialResponse from the inbound ByteBufs. | 
class  | 
Socks5PasswordAuthRequestDecoder
Decodes a single  
Socks5PasswordAuthRequest from the inbound ByteBufs. | 
class  | 
Socks5PasswordAuthResponseDecoder
Decodes a single  
Socks5PasswordAuthResponse from the inbound ByteBufs. | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
StompSubframeDecoder
 |