| Package | Description |
|---|---|
| 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 |
Encoder, decoder and different Message Types for 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocket00FrameDecoder
Decodes
ByteBufs into WebSocketFrames. |
| Modifier and Type | Class and Description |
|---|---|
class |
CompatibleMarshallingDecoder
|
| Modifier and Type | Class and Description |
|---|---|
class |
MqttDecoder
Decodes Mqtt messages from bytes, following
the MQTT protocol specification v3.1
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
Socks4ClientDecoder
Decodes a single
Socks4CommandResponse from the inbound ByteBufs. |
class |
Socks4ServerDecoder
Decodes a single
Socks4CommandRequest from the inbound ByteBufs. |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
StompSubframeDecoder
|
Copyright © 2008–2017 The Netty Project. All rights reserved.