Class EventMachine::WebSocket::Connection
In: lib/em-websocket/connection.rb
Parent: EventMachine::Connection

Methods

Included Modules

Debugger

Public Class methods

Public Instance methods

Use this method to close the websocket connection cleanly This sends a close frame and waits for acknowlegement before closing the connection

define WebSocket callbacks

[Validate]