Class
EventMachine::WebSocket::Handler
In:
lib/em-websocket/handler.rb
Parent:
Object
Methods
close_websocket
handshake
new
ping
pingable?
receive_data
run
unbind
Included Modules
Debugger
Attributes
request
[R]
state
[R]
Public Class methods
new
(connection, request, debug = false)
Public Instance methods
close_websocket
(code, body)
handshake
()
Handshake response
ping
()
pingable?
()
receive_data
(data)
run
()
unbind
()
[Validate]