Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_EXPLICIT_FLUSH_AFTER_FLUSHES |
256 |
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 int |
AES_KEY_SIZE |
16 |
public static final int |
HMAC_KEY_SIZE |
16 |
public static final int |
NAME_SIZE |
16 |
public static final int |
TICKET_KEY_SIZE |
48 |
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 |
Copyright © 2008–2019 The Netty Project. All rights reserved.