Uses of Interface
io.netty.handler.codec.socksx.SocksMessage
Packages that use SocksMessage
Package
Description
Encoder, decoder and their related message types for SOCKS protocol.
Encoder, decoder and their related message types for SOCKSv4 protocol.
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 -
Uses of SocksMessage in io.netty.handler.codec.socksx.v4
Subinterfaces of SocksMessage in io.netty.handler.codec.socksx.v4Modifier and TypeInterfaceDescriptioninterface
A SOCKS4aCONNECT
orBIND
request.interface
A SOCKS4a response.interface
A tag interface that all SOCKS4a protocol messages implement.Classes in io.netty.handler.codec.socksx.v4 that implement SocksMessageModifier and TypeClassDescriptionclass
An abstractSocks4Message
.class
The defaultSocks4CommandRequest
.class
The defaultSocks4CommandResponse
. -
Uses of SocksMessage in io.netty.handler.codec.socksx.v5
Subinterfaces of SocksMessage in io.netty.handler.codec.socksx.v5Modifier and TypeInterfaceDescriptioninterface
A SOCKS5 request detail message, as defined in the section 4, RFC1928.interface
A response to a SOCKS5 request detail message, as defined in the section 6, RFC1928.interface
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.interface
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.interface
A tag interface that all SOCKS5 protocol messages implement.interface
A SOCKS5 subnegotiation request for username-password authentication, as defined in the section 2, RFC1929.interface
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 SocksMessageModifier and TypeClassDescriptionclass
An abstractSocks5Message
.final class
The defaultSocks5CommandRequest
.final class
The defaultSocks5CommandResponse
.class
The defaultSocks5InitialRequest
.class
The defaultSocks5InitialResponse
.class
The defaultSocks5PasswordAuthRequest
.class
The defaultSocks5PasswordAuthResponse
.