| Package | Description | 
|---|---|
| org.jboss.netty.handler.codec.base64 | Encoder and decoder which transform a
 Base64-encoded
  StringorChannelBufferinto a decodedChannelBufferand vice versa. | 
| org.jboss.netty.handler.codec.compression | Encoder and decoder which compresses and decompresses  ChannelBuffers
 in a compression format such as zlib
 and gzip. | 
| 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.protobuf | Encoder and decoder which transform a
 Google Protocol Buffers
  Messageinto aChannelBufferand vice versa. | 
| org.jboss.netty.handler.codec.spdy | Encoder, decoder, session handler and their related message types for the SPDY protocol. | 
| org.jboss.netty.handler.codec.string | Encoder and decoder which transform a  Stringinto aChannelBufferand vice versa. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Base64Decoder | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ZlibDecoderDecompresses a  ChannelBufferusing the deflate algorithm. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WebSocketFrameAggregatorHandler that aggregate fragmented WebSocketFrame's. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ProtobufDecoder | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SpdyHttpDecoderDecodes  SpdySynStreamFrames,SpdySynReplyFrames,
 andSpdyDataFrames intoHttpRequests andHttpResponses. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StringDecoderDecodes a received  ChannelBufferinto aString. | 
Copyright © 2008-2014 The Netty Project. All Rights Reserved.