class HTTP::WebSocket
Superclass hierarchy
Defined in:
Constant Summary
-
OPCODE_BINARY =
2
-
OPCODE_CLOSE =
8
-
OPCODE_CONT =
0
-
OPCODE_PING =
9
-
OPCODE_PONG =
10
-
OPCODE_TEXT =
1
Class Method Summary
Instance Method Summary
Class Method Detail
Instance Method Detail