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 classclassclassclass -
Uses of ReplayingDecoder in org.jboss.netty.handler.codec.http.websocketx
Subclasses of ReplayingDecoder 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 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 TypeClassDescriptionclassDecodesChannelBuffers into RTSP messages represented inHttpMessages.classDecodesChannelBuffers into RTSP requests represented inHttpRequests.classDecodesChannelBuffers into RTSP responses represented inHttpResponses. -
Uses of ReplayingDecoder in org.jboss.netty.handler.codec.socks
Subclasses of ReplayingDecoder in org.jboss.netty.handler.codec.socksModifier and TypeClassDescriptionclassDecodesChannelBuffers intoSocksAuthRequest.classDecodesChannelBuffers intoSocksAuthResponse.classDecodesChannelBuffers intoSocksCmdRequest.classDecodesChannelBuffers intoSocksCmdResponse.classDecodesChannelBuffers intoSocksInitRequest.classDecodesChannelBuffers intoSocksInitResponse.