public class SOCKS5Constants extends Object
| Modifier and Type | Class and Description |
|---|---|
static class | SOCKS5Constants.AddressTypeSOCKS5 address types. |
static class | SOCKS5Constants.CommandSOCKS5 command codes. |
static class | SOCKS5Constants.MethodSOCKS5 authentication methods. |
static class | SOCKS5Constants.ReplySOCKS5 reply codes. |
| Modifier and Type | Field and Description |
|---|---|
static int | AUTH_FAILUREAUTH_FAILURE. |
static int | AUTH_SUCCESSAUTH_SUCCESS. |
static int | AUTH_VERSIONAUTH_VERSION. |
static int | SOCKS_VERSION_5SOCKS_VERSION_5. |
public static final int AUTH_FAILURE
public static final int AUTH_SUCCESS
public static final int AUTH_VERSION
public static final int SOCKS_VERSION_5