| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
DEFAULT_POOL_SIZE |
10 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_LIMIT |
20 |
public static final int |
DEFAULT_OFFSET |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
NONE |
9223372036854775807L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
IP_REGEX |
"(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)" |
public static final int |
PREFERRED_OPEN_PORT_RANGE_END |
32767 |
public static final int |
PREFERRED_OPEN_PORT_RANGE_START |
16384 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PERCENT_SIGN_WITH_ESCAPE_CHAR |
"\\\\%" |
public static final String |
PERCENT_SIGN_WITHOUT_ESCAPE_CHAR |
"(?<!\\\\)%" |