public interface SocksConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_BUF_SIZE |
static int |
DEFAULT_PROXY_TIMEOUT |
static int |
DEFAULT_SERVER_TIMEOUT |
static int |
LISTEN_TIMEOUT |
static byte |
SC_BIND |
static byte |
SC_CONNECT |
static byte |
SC_UDP |
static byte |
SOCKS4_Version |
static byte |
SOCKS5_Version |
static final int LISTEN_TIMEOUT
static final int DEFAULT_SERVER_TIMEOUT
static final int DEFAULT_BUF_SIZE
static final int DEFAULT_PROXY_TIMEOUT
static final byte SOCKS5_Version
static final byte SOCKS4_Version
static final byte SC_CONNECT
static final byte SC_BIND
static final byte SC_UDP
Copyright © 2019–2024. All rights reserved.