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.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.http |
Encoder, decoder and their related message types for HTTP.
|
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.codec.string |
Encoder and decoder which transform a
String into a
ChannelBuffer and vice versa. |
Class and Description |
---|
OneToOneDecoder
Transforms a received message into another message.
|
OneToOneEncoder
Transforms a received message into another message.
|
Class and Description |
---|
OneToOneEncoder
Transforms a received message into another message.
|
Class and Description |
---|
OneToOneEncoder
Transforms a received message into another message.
|
Class and Description |
---|
OneToOneDecoder
Transforms a received message into another message.
|
OneToOneEncoder
Transforms a received message into another message.
|
Class and Description |
---|
OneToOneEncoder
Transforms a received message into another message.
|
Class and Description |
---|
OneToOneDecoder
Transforms a received message into another message.
|
OneToOneEncoder
Transforms a received message into another message.
|
Copyright © 2008–2014 JBoss, by Red Hat. All rights reserved.