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 class
WebSocket00FrameDecoder
DecodesByteBuf
s intoWebSocketFrame
s. -
Uses of ReplayingDecoder in io.netty.handler.codec.marshalling
Subclasses of ReplayingDecoder in io.netty.handler.codec.marshalling Modifier and Type Class Description class
CompatibleMarshallingDecoder
-
Uses of ReplayingDecoder in io.netty.handler.codec.mqtt
Subclasses of ReplayingDecoder in io.netty.handler.codec.mqtt Modifier and Type Class Description class
MqttDecoder
-
Uses of ReplayingDecoder in io.netty.handler.codec.socks
Subclasses of ReplayingDecoder in io.netty.handler.codec.socks Modifier and Type Class Description class
SocksAuthRequestDecoder
DecodesByteBuf
s intoSocksAuthRequest
.class
SocksAuthResponseDecoder
DecodesByteBuf
s intoSocksAuthResponse
.class
SocksCmdRequestDecoder
DecodesByteBuf
s intoSocksCmdRequest
.class
SocksCmdResponseDecoder
DecodesByteBuf
s intoSocksCmdResponse
.class
SocksInitRequestDecoder
DecodesByteBuf
s intoSocksInitRequest
.class
SocksInitResponseDecoder
DecodesByteBuf
s 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 class
Socks4ClientDecoder
Decodes a singleSocks4CommandResponse
from the inboundByteBuf
s.class
Socks4ServerDecoder
Decodes a singleSocks4CommandRequest
from the inboundByteBuf
s. -
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 class
Socks5CommandRequestDecoder
Decodes a singleSocks5CommandRequest
from the inboundByteBuf
s.class
Socks5CommandResponseDecoder
Decodes a singleSocks5CommandResponse
from the inboundByteBuf
s.class
Socks5InitialRequestDecoder
Decodes a singleSocks5InitialRequest
from the inboundByteBuf
s.class
Socks5InitialResponseDecoder
Decodes a singleSocks5InitialResponse
from the inboundByteBuf
s.class
Socks5PasswordAuthRequestDecoder
Decodes a singleSocks5PasswordAuthRequest
from the inboundByteBuf
s.class
Socks5PasswordAuthResponseDecoder
Decodes a singleSocks5PasswordAuthResponse
from the inboundByteBuf
s. -
Uses of ReplayingDecoder in io.netty.handler.codec.stomp
Subclasses of ReplayingDecoder in io.netty.handler.codec.stomp Modifier and Type Class Description class
StompSubframeDecoder
-