Uses of Class
io.netty.handler.codec.socksx.v5.AbstractSocks5Message
Packages that use AbstractSocks5Message
Package
Description
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.v5Modifier and TypeClassDescriptionfinal class
The defaultSocks5CommandRequest
.final class
The defaultSocks5CommandResponse
.class
The defaultSocks5InitialRequest
.class
The defaultSocks5InitialResponse
.class
The defaultSocks5PasswordAuthRequest
.class
The defaultSocks5PasswordAuthResponse
.