public final class nw_ws_opcode_t
extends java.lang.Object
WebSocket opcodes that denote the type of frame sent or received by a WebSocket endpoint. Opcodes define the interpretation of their associated payload data.
| Modifier and Type | Field and Description |
|---|---|
static int |
nw_ws_opcode_binary
[@const] nw_ws_opcode_text Denotes a binary frame.
|
static int |
nw_ws_opcode_close
[@const] nw_ws_opcode_text Denotes a close frame.
|
static int |
nw_ws_opcode_cont
[@const] nw_ws_opcode_cont Denotes a continuation frame.
|
static int |
nw_ws_opcode_invalid
[@const] nw_ws_opcode_invalid Denotes an invalid frame.
|
static int |
nw_ws_opcode_ping
[@const] nw_ws_opcode_text Denotes a ping frame.
|
static int |
nw_ws_opcode_pong
[@const] nw_ws_opcode_text Denotes a pong frame.
|
static int |
nw_ws_opcode_text
[@const] nw_ws_opcode_text Denotes a text frame.
|
public static final int nw_ws_opcode_invalid
public static final int nw_ws_opcode_cont
public static final int nw_ws_opcode_text
public static final int nw_ws_opcode_binary
public static final int nw_ws_opcode_close
public static final int nw_ws_opcode_ping
public static final int nw_ws_opcode_pong