Uses of Class
io.netty.handler.codec.socksx.v5.AbstractSocks5Message
-
Packages that use AbstractSocks5Message Package Description io.netty.handler.codec.socksx.v5 Encoder, decoder and their related message types for SOCKSv5 protocol. -
-
Uses of AbstractSocks5Message in io.netty.handler.codec.socksx.v5
Subclasses of AbstractSocks5Message in io.netty.handler.codec.socksx.v5 Modifier and Type Class Description class
DefaultSocks5CommandRequest
The defaultSocks5CommandRequest
.class
DefaultSocks5CommandResponse
The defaultSocks5CommandResponse
.class
DefaultSocks5InitialRequest
The defaultSocks5InitialRequest
.class
DefaultSocks5InitialResponse
The defaultSocks5InitialResponse
.class
DefaultSocks5PasswordAuthRequest
The defaultSocks5PasswordAuthRequest
.class
DefaultSocks5PasswordAuthResponse
The defaultSocks5PasswordAuthResponse
.
-