| Package | Description | 
|---|---|
| org.jboss.netty.handler.codec.http | Encoder, decoder and their related message types for HTTP. | 
| org.jboss.netty.handler.codec.http.websocket | |
| org.jboss.netty.handler.codec.http.websocketx | Encoder, decoder, handshakers and their related message types for
 Web Socket data frames. | 
| org.jboss.netty.handler.codec.marshalling | Decoder and Encoder which uses JBoss Marshalling. | 
| org.jboss.netty.handler.codec.rtsp | An RTSP
 extension based on the HTTP codec. | 
| org.jboss.netty.handler.codec.serialization | Encoder, decoder and their compatibility stream implementations which
 transform a  Serializableobject into a byte buffer and
 vice versa. | 
| org.jboss.netty.handler.codec.socks | Encoder, decoder and their related message types for Socks. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpMessageDecoder | 
| class  | HttpRequestDecoder | 
| class  | HttpResponseDecoder | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WebSocketFrameDecoderDeprecated. 
 Use org.jboss.netty.handler.codec.http.websocketx instead.
 Decodes  ChannelBuffers intoWebSocketFrames.
 For the detailed instruction on adding add Web Socket support to your HTTP
 server, take a look into the WebSocketServer example located in the
  | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WebSocket00FrameDecoderDecodes  ChannelBuffers intoWebSocketFrames. | 
| class  | WebSocket07FrameDecoderDecodes a web socket frame from wire protocol version 7 format. | 
| class  | WebSocket08FrameDecoderDecodes a web socket frame from wire protocol version 8 format. | 
| class  | WebSocket13FrameDecoderDecodes a web socket frame from wire protocol version 13 format. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompatibleMarshallingDecoder | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RtspMessageDecoderDecodes  ChannelBuffers into RTSP messages represented inHttpMessages. | 
| class  | RtspRequestDecoderDecodes  ChannelBuffers into RTSP requests represented inHttpRequests. | 
| class  | RtspResponseDecoderDecodes  ChannelBuffers into RTSP responses represented inHttpResponses. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompatibleObjectDecoderDeprecated. 
 This decoder has a known critical bug which fails to decode and
             raises a random exception in some circumstances.  Avoid to use
             it whenever you can. The only workaround is to replace
              CompatibleObjectEncoder,CompatibleObjectDecoder,ObjectInputStream, andObjectOutputStreamwithObjectEncoder,ObjectDecoder,ObjectEncoderOutputStream, andObjectDecoderInputStreamrespectively.  This workaround
             requires both a client and a server to be modified. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SocksAuthRequestDecoderDecodes  ChannelBuffers intoSocksAuthRequest. | 
| class  | SocksAuthResponseDecoderDecodes  ChannelBuffers intoSocksAuthResponse. | 
| class  | SocksCmdRequestDecoderDecodes  ChannelBuffers intoSocksCmdRequest. | 
| class  | SocksCmdResponseDecoderDecodes  ChannelBuffers intoSocksCmdResponse. | 
| class  | SocksInitRequestDecoderDecodes  ChannelBuffers intoSocksInitRequest. | 
| class  | SocksInitResponseDecoderDecodes  ChannelBuffers intoSocksInitResponse. | 
Copyright © 2008-2014 The Netty Project. All Rights Reserved.