Class WebSocket::Frame::Handler::Base
In: lib/websocket/frame/handler/base.rb
Parent: Object

Methods

Public Class methods

Public Instance methods

Convert raw data to decoded frame @return [WebSocket::Frame::Incoming] Frame if found, nil otherwise

Convert data to raw frame ready to send to client @return [String] Encoded frame

[Validate]