Package org.eclipse.jetty.client
Class Socks5
java.lang.Object
org.eclipse.jetty.client.Socks5
Helper class for SOCKS5 proxying.
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final byte
The address type for domain names used in SOCKS5 connect requests and responses.static final byte
The address type for IPv4 used in SOCKS5 connect requests and responses.static final byte
The address type for IPv6 used in SOCKS5 connect requests and responses.static final byte
The SOCKS5CONNECT
command used in SOCKS5 connect requests.static final byte
The reserved byte value: 0x0.static final byte
The SOCKS protocol version: 0x5. -
Method Summary
-
Field Details
-
VERSION
public static final byte VERSIONThe SOCKS protocol version: 0x5.- See Also:
-
COMMAND_CONNECT
public static final byte COMMAND_CONNECTThe SOCKS5CONNECT
command used in SOCKS5 connect requests.- See Also:
-
RESERVED
public static final byte RESERVEDThe reserved byte value: 0x0.- See Also:
-
ADDRESS_TYPE_IPV4
public static final byte ADDRESS_TYPE_IPV4The address type for IPv4 used in SOCKS5 connect requests and responses.- See Also:
-
ADDRESS_TYPE_DOMAIN
public static final byte ADDRESS_TYPE_DOMAINThe address type for domain names used in SOCKS5 connect requests and responses.- See Also:
-
ADDRESS_TYPE_IPV6
public static final byte ADDRESS_TYPE_IPV6The address type for IPv6 used in SOCKS5 connect requests and responses.- See Also:
-