public class SOCKS5Constants extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SOCKS5Constants.AddressType
SOCKS5 address types.
|
static class |
SOCKS5Constants.Command
SOCKS5 command codes.
|
static class |
SOCKS5Constants.Method
SOCKS5 authentication methods.
|
static class |
SOCKS5Constants.Reply
SOCKS5 reply codes.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTH_FAILURE |
static int |
AUTH_SUCCESS |
static int |
AUTH_VERSION |
static int |
SOCKS_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