请参阅: 说明
接口 | 说明 |
---|---|
Socks5AddressDecoder |
Decodes a SOCKS5 address field into its string representation.
|
Socks5AddressEncoder |
Encodes a SOCKS5 address into binary representation.
|
Socks5CommandRequest |
A SOCKS5 request detail message, as defined in
the section 4, RFC1928.
|
Socks5CommandResponse |
A response to a SOCKS5 request detail message, as defined in
the section 6, RFC1928.
|
Socks5InitialRequest |
An initial SOCKS5 authentication method selection request, as defined in
the section 3, RFC1928.
|
Socks5InitialResponse |
An initial SOCKS5 authentication method selection request, as defined in
the section 3, RFC1928.
|
Socks5Message |
A tag interface that all SOCKS5 protocol messages implement.
|
Socks5PasswordAuthRequest |
A SOCKS5 subnegotiation request for username-password authentication, as defined in
the section 2, RFC1929.
|
Socks5PasswordAuthResponse |
A SOCKS5 subnegotiation response for username-password authentication, as defined in
the section 2, RFC1929.
|