java.net
Interface SocksConsts
- All Known Implementing Classes:
- SocksSocketImpl, SocksSocketImplFactory
- interface SocksConsts
Constants used by the SOCKS protocol implementation.
PROTO_VERS4
public static final int PROTO_VERS4
- See Also:
- Constant Field Values
PROTO_VERS
public static final int PROTO_VERS
- See Also:
- Constant Field Values
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
NO_AUTH
public static final int NO_AUTH
- See Also:
- Constant Field Values
GSSAPI
public static final int GSSAPI
- See Also:
- Constant Field Values
USER_PASSW
public static final int USER_PASSW
- See Also:
- Constant Field Values
NO_METHODS
public static final int NO_METHODS
- See Also:
- Constant Field Values
CONNECT
public static final int CONNECT
- See Also:
- Constant Field Values
BIND
public static final int BIND
- See Also:
- Constant Field Values
UDP_ASSOC
public static final int UDP_ASSOC
- See Also:
- Constant Field Values
IPV4
public static final int IPV4
- See Also:
- Constant Field Values
DOMAIN_NAME
public static final int DOMAIN_NAME
- See Also:
- Constant Field Values
IPV6
public static final int IPV6
- See Also:
- Constant Field Values
REQUEST_OK
public static final int REQUEST_OK
- See Also:
- Constant Field Values
GENERAL_FAILURE
public static final int GENERAL_FAILURE
- See Also:
- Constant Field Values
NOT_ALLOWED
public static final int NOT_ALLOWED
- See Also:
- Constant Field Values
NET_UNREACHABLE
public static final int NET_UNREACHABLE
- See Also:
- Constant Field Values
HOST_UNREACHABLE
public static final int HOST_UNREACHABLE
- See Also:
- Constant Field Values
CONN_REFUSED
public static final int CONN_REFUSED
- See Also:
- Constant Field Values
TTL_EXPIRED
public static final int TTL_EXPIRED
- See Also:
- Constant Field Values
CMD_NOT_SUPPORTED
public static final int CMD_NOT_SUPPORTED
- See Also:
- Constant Field Values
ADDR_TYPE_NOT_SUP
public static final int ADDR_TYPE_NOT_SUP
- See Also:
- Constant Field Values