| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
GBK |
"GBK" |
public static final String |
ISO_8859_1 |
"iso-8859-1" |
public static final String |
UTF8 |
"UTF-8" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
BAD_REQUEST |
400 |
public static final int |
FORBID |
403 |
public static final int |
PARAM_ERROR |
401 |
public static final int |
REDIRECT |
300 |
public static final int |
SERVER_ERROR |
500 |
public static final int |
SUCCESS |
200 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final long |
serialVersionUID |
1L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
REDIRECT_HEADER |
"location" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private final long |
datacenterIdBits |
5L |
private final long |
datacenterIdShift |
17L |
private final long |
maxDatacenterId |
31L |
private final long |
maxWorkerId |
31L |
private final long |
sequenceBits |
12L |
private final long |
sequenceMask |
4095L |
private final long |
timestampLeftShift |
22L |
private final long |
twepoch |
1420041600000L |
private final long |
workerIdBits |
5L |
private final long |
workerIdShift |
12L |
Copyright © 2020. All rights reserved.