Uses of Class
org.jboss.netty.handler.codec.frame.FrameDecoder
Packages that use FrameDecoder
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.
-
Uses of FrameDecoder in org.jboss.netty.example.factorial
Subclasses of FrameDecoder in org.jboss.netty.example.factorialModifier and TypeClassDescriptionclass
Decodes the binary representation of aBigInteger
prepended with a magic number ('F' or 0x46) and a 32-bit integer length prefix into aBigInteger
instance. -
Uses of FrameDecoder in org.jboss.netty.example.portunification
Subclasses of FrameDecoder in org.jboss.netty.example.portunificationModifier and TypeClassDescriptionclass
Manipulates the current pipeline dynamically to switch protocols or enable SSL or GZIP. -
Uses of FrameDecoder in org.jboss.netty.handler.codec.frame
Subclasses of FrameDecoder in org.jboss.netty.handler.codec.frameModifier and TypeClassDescriptionclass
A decoder that splits the receivedChannelBuffer
s by one or more delimiters.class
A decoder that splits the receivedChannelBuffer
s by the fixed number of bytes.class
A decoder that splits the receivedChannelBuffer
s dynamically by the value of the length field in the message.class
A decoder that splits the receivedChannelBuffer
s on line endings. -
Uses of FrameDecoder in org.jboss.netty.handler.codec.http
Subclasses of FrameDecoder in org.jboss.netty.handler.codec.httpModifier and TypeClassDescriptionprivate final class
class
class
class
-
Uses of FrameDecoder in org.jboss.netty.handler.codec.http.websocketx
Subclasses of FrameDecoder in org.jboss.netty.handler.codec.http.websocketxModifier and TypeClassDescriptionclass
DecodesChannelBuffer
s intoWebSocketFrame
s.class
Decodes a web socket frame from wire protocol version 7 format.class
Decodes a web socket frame from wire protocol version 8 format.class
Decodes a web socket frame from wire protocol version 13 format. -
Uses of FrameDecoder in org.jboss.netty.handler.codec.marshalling
Subclasses of FrameDecoder in org.jboss.netty.handler.codec.marshalling -
Uses of FrameDecoder in org.jboss.netty.handler.codec.protobuf
Subclasses of FrameDecoder in org.jboss.netty.handler.codec.protobufModifier and TypeClassDescriptionclass
A decoder that splits the receivedChannelBuffer
s dynamically by the value of the Google Protocol Buffers Base 128 Varints integer length field in the message. -
Uses of FrameDecoder in org.jboss.netty.handler.codec.replay
Subclasses of FrameDecoder in org.jboss.netty.handler.codec.replayModifier and TypeClassDescriptionclass
ReplayingDecoder<T extends Enum<T>>
A specialized variation ofFrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O paradigm. -
Uses of FrameDecoder in org.jboss.netty.handler.codec.rtsp
Subclasses of FrameDecoder in org.jboss.netty.handler.codec.rtspModifier and TypeClassDescriptionclass
DecodesChannelBuffer
s into RTSP messages represented inHttpMessage
s.class
DecodesChannelBuffer
s into RTSP requests represented inHttpRequest
s.class
DecodesChannelBuffer
s into RTSP responses represented inHttpResponse
s. -
Uses of FrameDecoder in org.jboss.netty.handler.codec.serialization
Subclasses of FrameDecoder in org.jboss.netty.handler.codec.serializationModifier and TypeClassDescriptionclass
A decoder which deserializes the receivedChannelBuffer
s into Java objects. -
Uses of FrameDecoder in org.jboss.netty.handler.codec.socks
Subclasses of FrameDecoder in org.jboss.netty.handler.codec.socksModifier and TypeClassDescriptionclass
DecodesChannelBuffer
s intoSocksAuthRequest
.class
DecodesChannelBuffer
s intoSocksAuthResponse
.class
DecodesChannelBuffer
s intoSocksCmdRequest
.class
DecodesChannelBuffer
s intoSocksCmdResponse
.class
DecodesChannelBuffer
s intoSocksInitRequest
.class
DecodesChannelBuffer
s intoSocksInitResponse
. -
Uses of FrameDecoder in org.jboss.netty.handler.codec.spdy
Subclasses of FrameDecoder in org.jboss.netty.handler.codec.spdy -
Uses of FrameDecoder in org.jboss.netty.handler.ssl
Subclasses of FrameDecoder in org.jboss.netty.handler.sslModifier and TypeClassDescriptionclass