| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_HEADER_LENGTH |
28 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final byte |
BINARY |
2 |
public static final byte |
CLOSE |
8 |
public static final byte |
CONTINUATION |
0 |
public static final byte |
PING |
9 |
public static final byte |
PONG |
10 |
public static final byte |
TEXT |
1 |
public static final byte |
UNDEFINED |
-1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
INFLATE_BUFFER_SIZE |
8192 |
protected static final int |
INPUT_MAX_BUFFER_SIZE |
8192 |
protected static final int |
RSV_USE_ALWAYS |
0 |
protected static final int |
RSV_USE_ONLY_FIRST |
1 |
protected static final int |
TAIL_DROP_ALWAYS |
1 |
protected static final int |
TAIL_DROP_FIN_ONLY |
2 |
protected static final int |
TAIL_DROP_NEVER |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_CONTROL_PAYLOAD |
125 |
Copyright © 1995-2015 Webtide. All Rights Reserved.