Module: WebSocket::Frame::Handler::Handler03

Includes:
Base
Included in:
Handler04
Defined in:
lib/websocket/frame/handler/handler03.rb

Instance Method Summary collapse

Instance Method Details

#supported_framesObject



11
12
13
# File 'lib/websocket/frame/handler/handler03.rb', line 11

def supported_frames
  [:text, :binary, :close, :ping, :pong]
end