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.http |
Encoder, decoder and their related message types for HTTP.
|
org.jboss.netty.handler.codec.http.websocket | |
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.marshalling |
Decoder and Encoder which uses JBoss Marshalling.
|
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.replay |
Specialized variation of
FrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O
paradigm. |
org.jboss.netty.handler.codec.rtsp |
An RTSP
extension based on the HTTP codec.
|
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.socks |
Encoder, decoder and their related message types for Socks.
|
org.jboss.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
org.jboss.netty.handler.ssl |
Class and Description |
---|
FrameDecoder
Decodes the received
ChannelBuffer s into a meaningful frame object. |
Class and Description |
---|
FrameDecoder
Decodes the received
ChannelBuffer s into a meaningful frame object. |
Class and Description |
---|
FrameDecoder
Decodes the received
ChannelBuffer s into a meaningful frame object. |
Class and Description |
---|
CorruptedFrameException
An
Exception which is thrown when the received frame data can not
be decoded by a FrameDecoder implementation. |
FrameDecoder
Decodes the received
ChannelBuffer s into a meaningful frame object. |
Class and Description |
---|
FrameDecoder
Decodes the received
ChannelBuffer s into a meaningful frame object. |
LengthFieldBasedFrameDecoder
A decoder that splits the received
ChannelBuffer s dynamically by the
value of the length field in the message. |
Class and Description |
---|
FrameDecoder
Decodes the received
ChannelBuffer s into a meaningful frame object. |
Class and Description |
---|
FrameDecoder
Decodes the received
ChannelBuffer s into a meaningful frame object. |
Class and Description |
---|
FrameDecoder
Decodes the received
ChannelBuffer s into a meaningful frame object. |
Class and Description |
---|
FrameDecoder
Decodes the received
ChannelBuffer s into a meaningful frame object. |
LengthFieldBasedFrameDecoder
A decoder that splits the received
ChannelBuffer s dynamically by the
value of the length field in the message. |
Class and Description |
---|
FrameDecoder
Decodes the received
ChannelBuffer s into a meaningful frame object. |
Class and Description |
---|
FrameDecoder
Decodes the received
ChannelBuffer s into a meaningful frame object. |
Class and Description |
---|
FrameDecoder
Decodes the received
ChannelBuffer s into a meaningful frame object. |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.