Uses of Interface
io.netty.handler.codec.socksx.SocksMessage
-
Packages that use SocksMessage Package Description io.netty.handler.codec.socksx Encoder, decoder and their related message types for SOCKS protocol.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 SocksMessage in io.netty.handler.codec.socksx
Classes in io.netty.handler.codec.socksx that implement SocksMessage Modifier and Type Class Description class
AbstractSocksMessage
An abstractSocksMessage
. -
Uses of SocksMessage in io.netty.handler.codec.socksx.v4
Subinterfaces of SocksMessage in io.netty.handler.codec.socksx.v4 Modifier and Type Interface Description interface
Socks4CommandRequest
A SOCKS4aCONNECT
orBIND
request.interface
Socks4CommandResponse
A SOCKS4a response.interface
Socks4Message
A tag interface that all SOCKS4a protocol messages implement.Classes in io.netty.handler.codec.socksx.v4 that implement SocksMessage Modifier and Type Class Description class
AbstractSocks4Message
An abstractSocks4Message
.class
DefaultSocks4CommandRequest
The defaultSocks4CommandRequest
.class
DefaultSocks4CommandResponse
The defaultSocks4CommandResponse
. -
Uses of SocksMessage in io.netty.handler.codec.socksx.v5
Subinterfaces of SocksMessage in io.netty.handler.codec.socksx.v5 Modifier and Type Interface Description interface
Socks5CommandRequest
A SOCKS5 request detail message, as defined in the section 4, RFC1928.interface
Socks5CommandResponse
A response to a SOCKS5 request detail message, as defined in the section 6, RFC1928.interface
Socks5InitialRequest
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.interface
Socks5InitialResponse
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.interface
Socks5Message
A tag interface that all SOCKS5 protocol messages implement.interface
Socks5PasswordAuthRequest
A SOCKS5 subnegotiation request for username-password authentication, as defined in the section 2, RFC1929.interface
Socks5PasswordAuthResponse
A SOCKS5 subnegotiation response for username-password authentication, as defined in the section 2, RFC1929.Classes in io.netty.handler.codec.socksx.v5 that implement SocksMessage 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
.
-