Module | WebSocket::Frame::Handler::Handler03 |
In: |
lib/websocket/frame/handler/handler03.rb
|
FRAME_TYPES | = | { :continuation => 0, :close => 1, :ping => 2, :pong => 3, :text => 4, :binary => 5 | Hash of frame names and it‘s opcodes | |
FRAME_TYPES_INVERSE | = | FRAME_TYPES.invert | Hash of frame opcodes and it‘s names |