Module | EventMachine::WebSocket::Framing07 |
In: |
lib/em-websocket/framing07.rb
|
FRAME_TYPES | = | { :continuation => 0, :text => 1, :binary => 2, :close => 8, :ping => 9, :pong => 10, } | ||
FRAME_TYPES_INVERSE | = | FRAME_TYPES.invert | ||
DATA_FRAMES | = | [:text, :binary, :continuation] | Frames are either data frames or control frames |