Class WebSocket::Frame::Handler::Handler03
In: lib/websocket/frame/handler/handler03.rb
Parent: Base

Methods

Constants

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.freeze   Hash of frame opcodes and it‘s names

Public Instance methods

Allow turning on or off masking

@see WebSocket::Frame::Base#supported_frames

[Validate]