WebSocket::Frame::Handler::Handler03

Constants

FRAME_TYPES

Hash of frame names and it's opcodes

FRAME_TYPES_INVERSE

Hash of frame opcodes and it's names

Public Instance Methods

supported_frames() click to toggle source

@see WebSocket::Frame::Base#supported_frames

# File lib/websocket/frame/handler/handler03.rb, line 10
def supported_frames
  [:text, :binary, :close, :ping, :pong]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.