Uses of Class
io.netty.handler.codec.ReplayingDecoder
-
Packages that use ReplayingDecoder Package Description io.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.io.netty.handler.codec.marshalling Decoder and Encoder which uses JBoss Marshalling.io.netty.handler.codec.mqtt Encoder, decoder and different Message Types for MQTT.io.netty.handler.codec.socks Encoder, decoder and their related message types for Socks.io.netty.handler.codec.socksx.v4 Encoder, decoder and their related message types for SOCKSv4 protocol.io.netty.handler.codec.socksx.v5 Encoder, decoder and their related message types for SOCKSv5 protocol.io.netty.handler.codec.stomp STOMP codec -
-
Uses of ReplayingDecoder in io.netty.handler.codec.http.websocketx
Subclasses of ReplayingDecoder in io.netty.handler.codec.http.websocketx Modifier and Type Class Description classWebSocket00FrameDecoderDecodesByteBufs intoWebSocketFrames. -
Uses of ReplayingDecoder in io.netty.handler.codec.marshalling
Subclasses of ReplayingDecoder in io.netty.handler.codec.marshalling Modifier and Type Class Description classCompatibleMarshallingDecoder -
Uses of ReplayingDecoder in io.netty.handler.codec.mqtt
Subclasses of ReplayingDecoder in io.netty.handler.codec.mqtt Modifier and Type Class Description classMqttDecoder -
Uses of ReplayingDecoder in io.netty.handler.codec.socks
Subclasses of ReplayingDecoder in io.netty.handler.codec.socks Modifier and Type Class Description classSocksAuthRequestDecoderDecodesByteBufs intoSocksAuthRequest.classSocksAuthResponseDecoderDecodesByteBufs intoSocksAuthResponse.classSocksCmdRequestDecoderDecodesByteBufs intoSocksCmdRequest.classSocksCmdResponseDecoderDecodesByteBufs intoSocksCmdResponse.classSocksInitRequestDecoderDecodesByteBufs intoSocksInitRequest.classSocksInitResponseDecoderDecodesByteBufs intoSocksInitResponse. -
Uses of ReplayingDecoder in io.netty.handler.codec.socksx.v4
Subclasses of ReplayingDecoder in io.netty.handler.codec.socksx.v4 Modifier and Type Class Description classSocks4ClientDecoderDecodes a singleSocks4CommandResponsefrom the inboundByteBufs.classSocks4ServerDecoderDecodes a singleSocks4CommandRequestfrom the inboundByteBufs. -
Uses of ReplayingDecoder in io.netty.handler.codec.socksx.v5
Subclasses of ReplayingDecoder in io.netty.handler.codec.socksx.v5 Modifier and Type Class Description classSocks5CommandRequestDecoderDecodes a singleSocks5CommandRequestfrom the inboundByteBufs.classSocks5CommandResponseDecoderDecodes a singleSocks5CommandResponsefrom the inboundByteBufs.classSocks5InitialRequestDecoderDecodes a singleSocks5InitialRequestfrom the inboundByteBufs.classSocks5InitialResponseDecoderDecodes a singleSocks5InitialResponsefrom the inboundByteBufs.classSocks5PasswordAuthRequestDecoderDecodes a singleSocks5PasswordAuthRequestfrom the inboundByteBufs.classSocks5PasswordAuthResponseDecoderDecodes a singleSocks5PasswordAuthResponsefrom the inboundByteBufs. -
Uses of ReplayingDecoder in io.netty.handler.codec.stomp
Subclasses of ReplayingDecoder in io.netty.handler.codec.stomp Modifier and Type Class Description classStompSubframeDecoder
-