Module | WebSocket::Frame::Handler::Handler07 |
In: |
lib/websocket/frame/handler/handler07.rb
|
FRAME_TYPES | = | { :continuation => 0, :text => 1, :binary => 2, :close => 8, :ping => 9, :pong => 10, } | Hash of frame names and it‘s opcodes | |
FRAME_TYPES_INVERSE | = | FRAME_TYPES.invert | Hash of frame opcodes and it‘s names |