Module | EventMachine::WebSocket::Framing03 |
In: |
lib/em-websocket/framing03.rb
|
FRAME_TYPES | = | { :continuation => 0, :close => 1, :ping => 2, :pong => 3, :text => 4, :binary => 5 | ||
FRAME_TYPES_INVERSE | = | FRAME_TYPES.invert | ||
DATA_FRAMES | = | [:text, :binary, :continuation] | Frames are either data frames or control frames |