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.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
ByteBuf s into WebSocketFrame s. |
Modifier and Type | Class and Description |
---|---|
class |
CompatibleMarshallingDecoder
|
Modifier and Type | Class and Description |
---|---|
class |
MqttDecoder
Decodes Mqtt messages from bytes, following
the MQTT protocl specification v3.1
|
Modifier and Type | Class and Description |
---|---|
class |
Socks4ClientDecoder
Decodes a single
Socks4CommandResponse from the inbound ByteBuf s. |
class |
Socks4ServerDecoder
Decodes a single
Socks4CommandRequest from the inbound ByteBuf s. |
Modifier and Type | Class and Description |
---|---|
class |
Socks5CommandRequestDecoder
Decodes a single
Socks5CommandRequest from the inbound ByteBuf s. |
class |
Socks5CommandResponseDecoder
Decodes a single
Socks5CommandResponse from the inbound ByteBuf s. |
class |
Socks5InitialRequestDecoder
Decodes a single
Socks5InitialRequest from the inbound ByteBuf s. |
class |
Socks5InitialResponseDecoder
Decodes a single
Socks5InitialResponse from the inbound ByteBuf s. |
class |
Socks5PasswordAuthRequestDecoder
Decodes a single
Socks5PasswordAuthRequest from the inbound ByteBuf s. |
class |
Socks5PasswordAuthResponseDecoder
Decodes a single
Socks5PasswordAuthResponse from the inbound ByteBuf s. |
Modifier and Type | Class and Description |
---|---|
class |
StompSubframeDecoder
|
Copyright © 2008–2015 The Netty Project. All rights reserved.