| 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.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 |
| Modifier and Type | Class and Description |
|---|---|
class |
DelimiterBasedFrameDecoder
A decoder that splits the received
ChannelBuffers by one or more
delimiters. |
class |
FixedLengthFrameDecoder
A decoder that splits the received
ChannelBuffers by the fixed number
of bytes. |
class |
LengthFieldBasedFrameDecoder
A decoder that splits the received
ChannelBuffers dynamically by the
value of the length field in the message. |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectDecoder
A decoder which deserializes the received
ChannelBuffers into Java
objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
SslHandler
|
Copyright © 2008-2013 JBoss, by Red Hat. All Rights Reserved.