public class SOCKS5Constants extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SOCKS5Constants.AddressType |
static class |
SOCKS5Constants.Command |
static class |
SOCKS5Constants.Method |
static class |
SOCKS5Constants.Reply |
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 SOCKS_VERSION_5
public static final int AUTH_VERSION
public static final int AUTH_SUCCESS
public static final int AUTH_FAILURE