| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
UTF8_VALIDATION_ERROR_CODE |
1007 |
public static final String |
UTF8_VALIDATION_ERROR_MESSAGE |
"inbound text frame with non-utf8 contents" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final byte |
OPCODE_BINARY |
2 |
public static final byte |
OPCODE_CLOSE |
8 |
public static final byte |
OPCODE_CONT |
0 |
public static final byte |
OPCODE_PING |
9 |
public static final byte |
OPCODE_PONG |
10 |
public static final byte |
OPCODE_TEXT |
1 |