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 TypeClassDescriptionclassDecodes the binary representation of aBigIntegerprepended with a magic number ('F' or 0x46) and a 32-bit integer length prefix into aBigIntegerinstance. -
Uses of FrameDecoder in org.jboss.netty.example.portunification
Subclasses of FrameDecoder in org.jboss.netty.example.portunificationModifier and TypeClassDescriptionclassManipulates 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 TypeClassDescriptionclassA decoder that splits the receivedChannelBuffers by one or more delimiters.classA decoder that splits the receivedChannelBuffers by the fixed number of bytes.classA decoder that splits the receivedChannelBuffers dynamically by the value of the length field in the message.classA decoder that splits the receivedChannelBuffers 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 classclassclassclass -
Uses of FrameDecoder in org.jboss.netty.handler.codec.http.websocketx
Subclasses of FrameDecoder in org.jboss.netty.handler.codec.http.websocketxModifier and TypeClassDescriptionclassDecodesChannelBuffers intoWebSocketFrames.classDecodes a web socket frame from wire protocol version 7 format.classDecodes a web socket frame from wire protocol version 8 format.classDecodes 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 TypeClassDescriptionclassA decoder that splits the receivedChannelBuffers 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 TypeClassDescriptionclassReplayingDecoder<T extends Enum<T>>A specialized variation ofFrameDecoderwhich 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 TypeClassDescriptionclassDecodesChannelBuffers into RTSP messages represented inHttpMessages.classDecodesChannelBuffers into RTSP requests represented inHttpRequests.classDecodesChannelBuffers into RTSP responses represented inHttpResponses. -
Uses of FrameDecoder in org.jboss.netty.handler.codec.serialization
Subclasses of FrameDecoder in org.jboss.netty.handler.codec.serializationModifier and TypeClassDescriptionclassA decoder which deserializes the receivedChannelBuffers into Java objects. -
Uses of FrameDecoder in org.jboss.netty.handler.codec.socks
Subclasses of FrameDecoder in org.jboss.netty.handler.codec.socksModifier and TypeClassDescriptionclassDecodesChannelBuffers intoSocksAuthRequest.classDecodesChannelBuffers intoSocksAuthResponse.classDecodesChannelBuffers intoSocksCmdRequest.classDecodesChannelBuffers intoSocksCmdResponse.classDecodesChannelBuffers intoSocksInitRequest.classDecodesChannelBuffers 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