| Modifier and Type | Constant Field | Value |
|---|---|---|
public static java.lang.String |
MULTIPART_HEADER_REGEX |
"multipart/form-data;(\\s*charset=[^;]*;)?\\s*boundary=.*" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static long |
DATE_2000 |
949323600000 |
public static java.lang.String |
HEXADECIMAL |
"[0-9a-fA-F]+" |
public static java.lang.String |
IP_ADDRESS |
"(\\d{1,3}\\.)+\\d{1,3}" |
public static java.lang.String |
UUID_REGEX |
"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static java.lang.String |
CONTENT_TYPE |
"Content-Type" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static java.lang.String |
HTTP |
"http" |
public static java.lang.String |
LOCALHOST |
"127.0.0.1" |