| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
OVERHEAD |
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 |
|---|---|---|
public static final int |
MAX_CONTROL_PAYLOAD |
125 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final byte |
ADD_CHANNEL_REQUEST |
0 |
public static final byte |
ADD_CHANNEL_RESPONSE |
1 |
public static final byte |
DROP_CHANNEL |
3 |
public static final byte |
FLOW_CONTROL |
2 |
public static final byte |
NEW_CHANNEL_SLOT |
4 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
HEADER_VALUE_DELIM |
"\"\\\n\r\t\f\b%+ ;=" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final byte |
DELTA_ENCODING |
1 |
public static final byte |
IDENTITY_ENCODING |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final byte |
DELTA_ENCODING |
1 |
public static final byte |
IDENTITY_ENCODING |
0 |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.