Uses of Class
org.jboss.netty.handler.codec.replay.ReplayingDecoder
Packages that use ReplayingDecoder
Package
Description
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.
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 related message types for Socks.
-
Uses of ReplayingDecoder in org.jboss.netty.handler.codec.http
Subclasses of ReplayingDecoder in org.jboss.netty.handler.codec.httpModifier and TypeClassDescriptionprivate final class
class
class
class
-
Uses of ReplayingDecoder in org.jboss.netty.handler.codec.http.websocketx
Subclasses of ReplayingDecoder 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 ReplayingDecoder in org.jboss.netty.handler.codec.marshalling
Subclasses of ReplayingDecoder in org.jboss.netty.handler.codec.marshallingModifier and TypeClassDescriptionclass
-
Uses of ReplayingDecoder in org.jboss.netty.handler.codec.replay
Fields in org.jboss.netty.handler.codec.replay declared as ReplayingDecoderConstructors in org.jboss.netty.handler.codec.replay with parameters of type ReplayingDecoderModifierConstructorDescription(package private)
ReplayingDecoderBuffer
(ReplayingDecoder<?> parent) -
Uses of ReplayingDecoder in org.jboss.netty.handler.codec.rtsp
Subclasses of ReplayingDecoder 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 ReplayingDecoder in org.jboss.netty.handler.codec.socks
Subclasses of ReplayingDecoder 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
.