com.caucho.remote.websocket
Interface WebSocketConstants
- All Known Implementing Classes:
- FrameInputStream, MaskedFrameInputStream, UnmaskedFrameInputStream, WebSocketClient, WebSocketContextStreamImpl, WebSocketInputStream, WebSocketMaskedInputStream, WebSocketOutputStream, WebSocketReader, WebSocketWriter
public interface WebSocketConstants
WebSocketOutputStream writes a single WebSocket packet.
0x82 0x8X 0x8X 0x0X binarydata
VERSION
static final java.lang.String VERSION
- See Also:
- Constant Field Values
FLAG_FIN
static final int FLAG_FIN
- See Also:
- Constant Field Values
MASK_OPCODE
static final int MASK_OPCODE
- See Also:
- Constant Field Values
FLAG_MASK
static final int FLAG_MASK
- See Also:
- Constant Field Values
OP_CONT
static final int OP_CONT
- See Also:
- Constant Field Values
OP_TEXT
static final int OP_TEXT
- See Also:
- Constant Field Values
OP_BINARY
static final int OP_BINARY
- See Also:
- Constant Field Values
OP_CLOSE
static final int OP_CLOSE
- See Also:
- Constant Field Values
OP_PING
static final int OP_PING
- See Also:
- Constant Field Values
OP_PONG
static final int OP_PONG
- See Also:
- Constant Field Values
CLOSE_OK
static final int CLOSE_OK
- See Also:
- Constant Field Values
CLOSE_ERROR
static final int CLOSE_ERROR
- See Also:
- Constant Field Values
CLOSE_UTF8
static final int CLOSE_UTF8
- See Also:
- Constant Field Values
CLOSE_MESSAGE_TOO_BIG
static final int CLOSE_MESSAGE_TOO_BIG
- See Also:
- Constant Field Values