| Package | Description |
|---|---|
| org.jboss.netty.handler.codec.frame |
Extensible decoder and its common implementations which deal with the
packet fragmentation and reassembly issue found in a stream-based transport
such as TCP/IP.
|
| 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.serialization |
Encoder, decoder and their compatibility stream implementations which
transform a
Serializable object into a byte buffer and
vice versa. |
| org.jboss.netty.handler.ssl |
| Class and Description |
|---|
| FrameDecoder
Decodes the received
ChannelBuffers into a meaningful frame object. |
| Class and Description |
|---|
| FrameDecoder
Decodes the received
ChannelBuffers into a meaningful frame object. |
| Class and Description |
|---|
| FrameDecoder
Decodes the received
ChannelBuffers into a meaningful frame object. |
| LengthFieldBasedFrameDecoder
A decoder that splits the received
ChannelBuffers dynamically by the
value of the length field in the message. |
| Class and Description |
|---|
| FrameDecoder
Decodes the received
ChannelBuffers into a meaningful frame object. |
Copyright © 2008-2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.