Uses of Class
org.jboss.netty.handler.codec.replay.ReplayingDecoder
-
Packages that use ReplayingDecoder Package Description 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.replay Specialized variation ofFrameDecoderwhich 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.socks 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.http Modifier and Type Class Description private classHttpClientCodec.DecoderclassHttpMessageDecoderclassHttpRequestDecoderclassHttpResponseDecoder -
Uses of ReplayingDecoder in org.jboss.netty.handler.codec.http.websocketx
Subclasses of ReplayingDecoder in org.jboss.netty.handler.codec.http.websocketx Modifier and Type Class Description classWebSocket00FrameDecoderDecodesChannelBuffers intoWebSocketFrames.classWebSocket07FrameDecoderDecodes a web socket frame from wire protocol version 7 format.classWebSocket08FrameDecoderDecodes a web socket frame from wire protocol version 8 format.classWebSocket13FrameDecoderDecodes 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.marshalling Modifier and Type Class Description classCompatibleMarshallingDecoder -
Uses of ReplayingDecoder in org.jboss.netty.handler.codec.replay
Fields in org.jboss.netty.handler.codec.replay declared as ReplayingDecoder Modifier and Type Field Description private ReplayingDecoder<?>ReplayingDecoderBuffer. parentConstructors in org.jboss.netty.handler.codec.replay with parameters of type ReplayingDecoder Constructor Description ReplayingDecoderBuffer(ReplayingDecoder<?> parent) -
Uses of ReplayingDecoder in org.jboss.netty.handler.codec.rtsp
Subclasses of ReplayingDecoder in org.jboss.netty.handler.codec.rtsp Modifier and Type Class Description classRtspMessageDecoderDecodesChannelBuffers into RTSP messages represented inHttpMessages.classRtspRequestDecoderDecodesChannelBuffers into RTSP requests represented inHttpRequests.classRtspResponseDecoderDecodesChannelBuffers into RTSP responses represented inHttpResponses. -
Uses of ReplayingDecoder in org.jboss.netty.handler.codec.socks
Subclasses of ReplayingDecoder in org.jboss.netty.handler.codec.socks Modifier and Type Class Description classSocksAuthRequestDecoderDecodesChannelBuffers intoSocksAuthRequest.classSocksAuthResponseDecoderDecodesChannelBuffers intoSocksAuthResponse.classSocksCmdRequestDecoderDecodesChannelBuffers intoSocksCmdRequest.classSocksCmdResponseDecoderDecodesChannelBuffers intoSocksCmdResponse.classSocksInitRequestDecoderDecodesChannelBuffers intoSocksInitRequest.classSocksInitResponseDecoderDecodesChannelBuffers intoSocksInitResponse.
-