Module EventMachine::WebSocket::Framing05
In: lib/em-websocket/framing05.rb

Methods

Constants

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

Public Instance methods

[Validate]