public class WebSocketOpcode extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
OPCODE_BINARY |
int |
OPCODE_CLOSE |
int |
OPCODE_FRAGMENT |
int |
OPCODE_INVALID |
int |
OPCODE_PING |
int |
OPCODE_PONG |
int |
OPCODE_TEXT |
| Constructor and Description |
|---|
WebSocketOpcode(int aVersion) |
Copyright © 2013. All Rights Reserved.