| Package | Description |
|---|---|
| org.jboss.netty.handler.codec.base64 |
Encoder and decoder which transform a
Base64-encoded
String or ChannelBuffer
into a decoded ChannelBuffer and 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.protobuf |
Encoder and decoder which transform a
Google Protocol Buffers
Message into a ChannelBuffer
and 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
String into a
ChannelBuffer and vice versa. |
| Modifier and Type | Class and Description |
|---|---|
class |
Base64Decoder
|
| Modifier and Type | Class and Description |
|---|---|
class |
ZlibDecoder
Decompresses a
ChannelBuffer using the deflate algorithm. |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtobufDecoder
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpdyHttpDecoder
Decodes
SpdySynStreamFrames, SpdySynReplyFrames,
and SpdyDataFrames into HttpRequests and HttpResponses. |
| Modifier and Type | Class and Description |
|---|---|
class |
StringDecoder
Decodes a received
ChannelBuffer into a String. |
Copyright © 2008-2013 The Netty Project. All Rights Reserved.