Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CONTINUE |
-2 |
public static final int |
SELECT |
-1 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
SO_TIMEOUT |
1000 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CLASS_ANY |
255 |
public static final int |
CLASS_CHAOS |
3 |
public static final int |
CLASS_CSNET |
2 |
public static final int |
CLASS_HESIOD |
4 |
public static final int |
CLASS_IN |
1 |
public static final int |
CLASS_NONE |
254 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_MAX_CHUNK_SIZE |
8192 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
ADD |
2 |
public static final byte |
ADDQ |
18 |
public static final byte |
APPEND |
14 |
public static final byte |
APPENDQ |
25 |
public static final byte |
DECREMENT |
6 |
public static final byte |
DECREMENTQ |
22 |
public static final byte |
DELETE |
4 |
public static final byte |
DELETEQ |
20 |
public static final byte |
FLUSH |
8 |
public static final byte |
FLUSHQ |
24 |
public static final byte |
GAT |
29 |
public static final byte |
GATK |
35 |
public static final byte |
GATKQ |
36 |
public static final byte |
GATQ |
30 |
public static final byte |
GET |
0 |
public static final byte |
GETK |
12 |
public static final byte |
GETKQ |
13 |
public static final byte |
GETQ |
9 |
public static final byte |
INCREMENT |
5 |
public static final byte |
INCREMENTQ |
21 |
public static final byte |
NOOP |
10 |
public static final byte |
PREPEND |
15 |
public static final byte |
PREPENDQ |
26 |
public static final byte |
QUIT |
7 |
public static final byte |
QUITQ |
23 |
public static final byte |
REPLACE |
3 |
public static final byte |
REPLACEQ |
19 |
public static final byte |
SASL_AUTH |
33 |
public static final byte |
SASL_LIST_MECHS |
32 |
public static final byte |
SASL_STEP |
34 |
public static final byte |
SET |
1 |
public static final byte |
SETQ |
17 |
public static final byte |
STAT |
16 |
public static final byte |
TOUCH |
28 |
public static final byte |
VERSION |
11 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
AUTH_CONTINUE |
33 |
public static final short |
AUTH_ERROR |
32 |
public static final short |
DELTA_BADVAL |
6 |
public static final short |
E2BIG |
3 |
public static final short |
EINVA |
4 |
public static final short |
ENOMEM |
130 |
public static final short |
KEY_EEXISTS |
2 |
public static final short |
KEY_ENOENT |
1 |
public static final short |
NOT_STORED |
5 |
public static final short |
SUCCESS |
0 |
public static final short |
UNKNOWN_COMMAND |
129 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
REQUEST_MAGIC_BYTE |
-128 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
RESPONSE_MAGIC_BYTE |
-127 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
HTTP_1_1 |
"http/1.1" |
public static final String |
HTTP_2 |
"h2" |
public static final String |
SPDY_1 |
"spdy/1" |
public static final String |
SPDY_2 |
"spdy/2" |
public static final String |
SPDY_3 |
"spdy/3" |
public static final String |
SPDY_3_1 |
"spdy/3.1" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT_CHECK_INTERVAL |
1000L |
public static final long |
DEFAULT_MAX_TIME |
15000L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
INDEX_NOT_FOUND |
-1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
WORKER_STATE_INIT |
0 |
public static final int |
WORKER_STATE_SHUTDOWN |
2 |
public static final int |
WORKER_STATE_STARTED |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_CAPACITY |
8 |
public static final float |
DEFAULT_LOAD_FACTOR |
0.5f |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_CAPACITY |
8 |
public static final float |
DEFAULT_LOAD_FACTOR |
0.5f |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_CAPACITY |
8 |
public static final float |
DEFAULT_LOAD_FACTOR |
0.5f |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_CAPACITY |
8 |
public static final float |
DEFAULT_LOAD_FACTOR |
0.5f |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_CAPACITY |
8 |
public static final float |
DEFAULT_LOAD_FACTOR |
0.5f |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
INDEX_NOT_IN_QUEUE |
-1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final char |
CARRIAGE_RETURN |
13 |
public static final char |
COMMA |
44 |
public static final char |
DOUBLE_QUOTE |
34 |
public static final String |
EMPTY_STRING |
"" |
public static final char |
LINE_FEED |
10 |
public static final char |
SPACE |
32 |
public static final char |
TAB |
9 |
Copyright © 2008-2017 The Netty Project. All Rights Reserved.