Class Rack::WebSocket::Application
In: lib/rack/websocket/application.rb
Parent: Object

Methods

_call   call   method_missing   new   on_close   on_error   on_message   on_open  

Constants

DEFAULT_OPTIONS = {}

Attributes

websocket_handler  [RW] 

Public Class methods

Public Instance methods

Forward call to duplicated handler

Detect handler and duplicate it‘s instance

Forward all missing methods to handler

Standard WebSocket calls

[Validate]