public interface WebSocketConstants
0x82 0x8X 0x8X 0x0X binarydata
Modifier and Type | Field and Description |
---|---|
static int |
CLOSE_ERROR |
static int |
CLOSE_MESSAGE_TOO_BIG |
static int |
CLOSE_OK |
static int |
CLOSE_UTF8 |
static int |
FLAG_FIN |
static int |
FLAG_MASK |
static int |
MASK_OPCODE |
static int |
OP_BINARY |
static int |
OP_CLOSE |
static int |
OP_CONT |
static int |
OP_PING |
static int |
OP_PONG |
static int |
OP_TEXT |
static java.lang.String |
VERSION |
static final java.lang.String VERSION
static final int FLAG_FIN
static final int MASK_OPCODE
static final int FLAG_MASK
static final int OP_CONT
static final int OP_TEXT
static final int OP_BINARY
static final int OP_CLOSE
static final int OP_PING
static final int OP_PONG
static final int CLOSE_OK
static final int CLOSE_ERROR
static final int CLOSE_UTF8
static final int CLOSE_MESSAGE_TOO_BIG