Uses of Package
org.jboss.netty.handler.codec.frame
Packages that use org.jboss.netty.handler.codec.frame
Package
Description
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.
Encoder, decoder and their related message types for HTTP.
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
Decoder and Encoder which uses JBoss Marshalling.
Encoder and decoder which transform a
Google Protocol Buffers
Message
into a ChannelBuffer
and vice versa.Specialized variation of
FrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O
paradigm.An RTSP
extension based on the HTTP codec.
Encoder, decoder and their compatibility stream implementations which
transform a
Serializable
object into a byte buffer and
vice versa.Encoder, decoder and their related message types for Socks.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.example.factorial
-
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.example.portunification
-
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.frameClassDescriptionDecodes the received
ChannelBuffer
s into a meaningful frame object.A decoder that splits the receivedChannelBuffer
s on line endings. -
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.httpClassDescriptionDecodes the received
ChannelBuffer
s into a meaningful frame object.AnException
which is thrown when the length of the frame decoded is greater than the maximum. -
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.http.websocketxClassDescriptionAn
Exception
which is thrown when the received frame data can not be decoded by aFrameDecoder
implementation.Decodes the receivedChannelBuffer
s into a meaningful frame object.AnException
which is thrown when the length of the frame decoded is greater than the maximum. -
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.marshallingClassDescriptionDecodes the received
ChannelBuffer
s into a meaningful frame object.A decoder that splits the receivedChannelBuffer
s dynamically by the value of the length field in the message. -
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.protobuf
-
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.replay
-
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.rtsp
-
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.serializationClassDescriptionDecodes the received
ChannelBuffer
s into a meaningful frame object.A decoder that splits the receivedChannelBuffer
s dynamically by the value of the length field in the message. -
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.socks
-
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.spdy
-
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.ssl