| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BINARY |
"Binary" |
public static final String |
TEXT |
"Text" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
RESULT_SIZE_INCLUDES_FILTERED_FRAMES |
"websocket.result.size_includes_filtered_frames" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BINARY |
"Binary" |
public static final String |
TEXT |
"Text" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ANY |
"Text or Binary" |
public static final String |
BINARY |
"Binary" |
public static final String |
TEXT |
"Text" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_WS_PORT |
80 |
public static final int |
MAX_CONNECTION_TIMEOUT |
999999 |
public static final int |
MAX_READ_TIMEOUT |
999999 |
public static final int |
MIN_CONNECTION_TIMEOUT |
1 |
public static final int |
MIN_READ_TIMEOUT |
0 |
public static final String |
WS_THREAD_STOP_POLICY_PROPERTY |
"websocket.thread.stop.policy" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_CONNECTION_TIMEOUT |
999999 |
public static final int |
MAX_READ_TIMEOUT |
999999 |
public static final int |
MIN_CONNECTION_TIMEOUT |
1 |
public static final int |
MIN_READ_TIMEOUT |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
FIN_BIT_ON |
128 |
public static final int |
MASK_BIT_MASKED |
128 |
public static final int |
OPCODE_BINARY |
2 |
public static final int |
OPCODE_CLOSE |
8 |
public static final int |
OPCODE_CONT |
0 |
public static final int |
OPCODE_PING |
9 |
public static final int |
OPCODE_PONG |
10 |
public static final int |
OPCODE_TEXT |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_CONNECT_TIMEOUT |
20000 |
public static final int |
DEFAULT_READ_TIMEOUT |
6000 |