Uses of Package
org.jboss.netty.handler.codec.frame
-
Packages that use org.jboss.netty.handler.codec.frame Package Description org.jboss.netty.example.factorial org.jboss.netty.example.portunification 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.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 BuffersMessage
into aChannelBuffer
and vice versa.org.jboss.netty.handler.codec.replay Specialized variation ofFrameDecoder
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 aSerializable
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 -
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.example.factorial Class Description FrameDecoder Decodes the receivedChannelBuffer
s into a meaningful frame object. -
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.example.portunification Class Description FrameDecoder Decodes the receivedChannelBuffer
s into a meaningful frame object. -
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.frame Class Description FrameDecoder Decodes the receivedChannelBuffer
s into a meaningful frame object. -
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.http Class Description FrameDecoder Decodes the receivedChannelBuffer
s into a meaningful frame object. -
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.http.websocketx Class Description CorruptedFrameException AnException
which is thrown when the received frame data can not be decoded by aFrameDecoder
implementation.FrameDecoder Decodes the receivedChannelBuffer
s into a meaningful frame object. -
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.marshalling Class Description FrameDecoder Decodes the receivedChannelBuffer
s into a meaningful frame object.LengthFieldBasedFrameDecoder 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 Class Description FrameDecoder Decodes the receivedChannelBuffer
s into a meaningful frame object. -
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.replay Class Description FrameDecoder Decodes the receivedChannelBuffer
s into a meaningful frame object. -
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.rtsp Class Description FrameDecoder Decodes the receivedChannelBuffer
s into a meaningful frame object. -
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.serialization Class Description FrameDecoder Decodes the receivedChannelBuffer
s into a meaningful frame object.LengthFieldBasedFrameDecoder 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 Class Description FrameDecoder Decodes the receivedChannelBuffer
s into a meaningful frame object. -
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.spdy Class Description FrameDecoder Decodes the receivedChannelBuffer
s into a meaningful frame object. -
Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.ssl Class Description FrameDecoder Decodes the receivedChannelBuffer
s into a meaningful frame object.