Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
SO_TIMEOUT |
1000 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
OPCODE_IQUERY |
1 |
public static final int |
OPCODE_QUERY |
0 |
public static final int |
TYPE_QUERY |
0 |
public static final int |
TYPE_RESPONSE |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
COLON |
58 |
public static final byte |
COMMA |
44 |
public static final byte |
CR |
13 |
public static final byte |
DOUBLE_QUOTE |
34 |
public static final byte |
EQUALS |
61 |
public static final byte |
HT |
9 |
public static final byte |
LF |
10 |
public static final byte |
SEMICOLON |
59 |
public static final byte |
SP |
32 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
MAXSIZE |
-1L |
public static final long |
MINSIZE |
16384L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
postfix |
".att" |
public static final String |
prefix |
"Attr_" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
postfix |
".tmp" |
public static final String |
prefix |
"FUp_" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MAGIC_GUID |
"258EAFA5-E914-47DA-95CA-C5AB0DC85B11" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MAGIC_GUID |
"258EAFA5-E914-47DA-95CA-C5AB0DC85B11" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MAGIC_GUID |
"258EAFA5-E914-47DA-95CA-C5AB0DC85B11" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SUB_PROTOCOL_WILDCARD |
"*" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
WEBSOCKET_07_ACCEPT_GUID |
"258EAFA5-E914-47DA-95CA-C5AB0DC85B11" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
WEBSOCKET_08_ACCEPT_GUID |
"258EAFA5-E914-47DA-95CA-C5AB0DC85B11" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
WEBSOCKET_13_ACCEPT_GUID |
"258EAFA5-E914-47DA-95CA-C5AB0DC85B11" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
RSV1 |
4 |
public static final int |
RSV2 |
2 |
public static final int |
RSV3 |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAX_WINDOW_SIZE |
15 |
public static final int |
MIN_WINDOW_SIZE |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final float |
DEFAULT_WINDOW_UPDATE_RATIO |
0.5f |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CONNECTION_STREAM_ID |
0 |
public static final int |
CONTINUATION_FRAME_HEADER_LENGTH |
10 |
public static final int |
DATA_FRAME_HEADER_LENGTH |
10 |
public static final boolean |
DEFAULT_ENABLE_PUSH |
true |
public static final int |
DEFAULT_HEADER_TABLE_SIZE |
4096 |
public static final int |
DEFAULT_MAX_FRAME_SIZE |
16384 |
public static final int |
DEFAULT_MAX_HEADER_SIZE |
8192 |
public static final short |
DEFAULT_PRIORITY_WEIGHT |
16 |
public static final int |
DEFAULT_WINDOW_SIZE |
65535 |
public static final int |
FRAME_HEADER_LENGTH |
9 |
public static final int |
GO_AWAY_FRAME_HEADER_LENGTH |
17 |
public static final int |
HEADERS_FRAME_HEADER_LENGTH |
15 |
public static final String |
HTTP_UPGRADE_PROTOCOL_NAME |
"h2c-16" |
public static final String |
HTTP_UPGRADE_SETTINGS_HEADER |
"HTTP2-Settings" |
public static final int |
HTTP_UPGRADE_STREAM_ID |
1 |
public static final int |
INT_FIELD_LENGTH |
4 |
public static final long |
MAX_CONCURRENT_STREAMS |
4294967295L |
public static final int |
MAX_FRAME_SIZE_LOWER_BOUND |
16384 |
public static final int |
MAX_FRAME_SIZE_UPPER_BOUND |
16777215 |
public static final long |
MAX_HEADER_LIST_SIZE |
9223372036854775807L |
public static final int |
MAX_HEADER_TABLE_SIZE |
2147483647 |
public static final int |
MAX_INITIAL_WINDOW_SIZE |
2147483647 |
public static final short |
MAX_UNSIGNED_BYTE |
255 |
public static final long |
MAX_UNSIGNED_INT |
4294967295L |
public static final int |
MAX_UNSIGNED_SHORT |
65535 |
public static final short |
MAX_WEIGHT |
256 |
public static final long |
MIN_CONCURRENT_STREAMS |
0L |
public static final long |
MIN_HEADER_LIST_SIZE |
0L |
public static final long |
MIN_HEADER_TABLE_SIZE |
0L |
public static final int |
MIN_INITIAL_WINDOW_SIZE |
0 |
public static final short |
MIN_WEIGHT |
1 |
public static final int |
PING_FRAME_PAYLOAD_LENGTH |
8 |
public static final int |
PRIORITY_ENTRY_LENGTH |
5 |
public static final int |
PRIORITY_FRAME_LENGTH |
14 |
public static final int |
PUSH_PROMISE_FRAME_HEADER_LENGTH |
14 |
public static final int |
RST_STREAM_FRAME_LENGTH |
13 |
public static final int |
SETTING_ENTRY_LENGTH |
6 |
public static final int |
SETTINGS_ENABLE_PUSH |
2 |
public static final int |
SETTINGS_HEADER_TABLE_SIZE |
1 |
public static final int |
SETTINGS_INITIAL_WINDOW_SIZE |
4 |
public static final int |
SETTINGS_MAX_CONCURRENT_STREAMS |
3 |
public static final int |
SETTINGS_MAX_FRAME_SIZE |
5 |
public static final int |
SETTINGS_MAX_HEADER_LIST_SIZE |
6 |
public static final String |
TLS_UPGRADE_PROTOCOL_NAME |
"h2-16" |
public static final int |
WINDOW_UPDATE_FRAME_LENGTH |
13 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
ACK |
1 |
public static final short |
END_HEADERS |
4 |
public static final short |
END_STREAM |
1 |
public static final short |
PADDED |
8 |
public static final short |
PRIORITY |
32 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
CONTINUATION |
9 |
public static final byte |
DATA |
0 |
public static final byte |
GO_AWAY |
7 |
public static final byte |
HEADERS |
1 |
public static final byte |
PING |
6 |
public static final byte |
PRIORITY |
2 |
public static final byte |
PUSH_PROMISE |
5 |
public static final byte |
RST_STREAM |
3 |
public static final byte |
SETTINGS |
4 |
public static final byte |
WINDOW_UPDATE |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
OUT_OF_MESSAGE_SEQUENCE_PATH |
"" |
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 int |
SETTINGS_CLIENT_CERTIFICATE_VECTOR_SIZE |
8 |
public static final int |
SETTINGS_CURRENT_CWND |
5 |
public static final int |
SETTINGS_DOWNLOAD_BANDWIDTH |
2 |
public static final int |
SETTINGS_DOWNLOAD_RETRANS_RATE |
6 |
public static final int |
SETTINGS_INITIAL_WINDOW_SIZE |
7 |
public static final int |
SETTINGS_MAX_CONCURRENT_STREAMS |
4 |
public static final int |
SETTINGS_MINOR_VERSION |
0 |
public static final int |
SETTINGS_ROUND_TRIP_TIME |
3 |
public static final int |
SETTINGS_UPLOAD_BANDWIDTH |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
VERIFY_DEPTH |
10 |
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 |
WORKER_STATE_INIT |
0 |
public static final int |
WORKER_STATE_SHUTDOWN |
2 |
public static final int |
WORKER_STATE_STARTED |
1 |
Copyright © 2008–2015 The Netty Project. All rights reserved.