Uses of Class
io.netty.handler.codec.socksx.AbstractSocksMessage
-
Packages that use AbstractSocksMessage Package Description 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. -
-
Uses of AbstractSocksMessage in io.netty.handler.codec.socksx.v4
Subclasses of AbstractSocksMessage in io.netty.handler.codec.socksx.v4 Modifier and Type Class Description class
AbstractSocks4Message
An abstractSocks4Message
.class
DefaultSocks4CommandRequest
The defaultSocks4CommandRequest
.class
DefaultSocks4CommandResponse
The defaultSocks4CommandResponse
. -
Uses of AbstractSocksMessage in io.netty.handler.codec.socksx.v5
Subclasses of AbstractSocksMessage in io.netty.handler.codec.socksx.v5 Modifier and Type Class Description class
AbstractSocks5Message
An abstractSocks5Message
.class
DefaultSocks5CommandRequest
The defaultSocks5CommandRequest
.class
DefaultSocks5CommandResponse
The defaultSocks5CommandResponse
.class
DefaultSocks5InitialRequest
The defaultSocks5InitialRequest
.class
DefaultSocks5InitialResponse
The defaultSocks5InitialResponse
.class
DefaultSocks5PasswordAuthRequest
The defaultSocks5PasswordAuthRequest
.class
DefaultSocks5PasswordAuthResponse
The defaultSocks5PasswordAuthResponse
.
-