Class: ApplicationCable::Connection

Inherits:
ActionCable::Connection::Base show all
Defined in:
lib/rails/generators/channel/templates/application_cable/connection.rb

Instance Attribute Summary

Attributes inherited from ActionCable::Connection::Base

#env, #logger, #protocol, #server, #subscriptions, #worker_pool

Method Summary

Methods inherited from ActionCable::Connection::Base

#beat, #close, #dispatch_websocket_message, #initialize, #on_close, #on_error, #on_message, #on_open, #process, #receive, #send_async, #statistics, #transmit

Methods included from ActionCable::Connection::Authorization

#reject_unauthorized_connection

Methods included from ActionCable::Connection::Identification

#connection_identifier

Constructor Details

This class inherits a constructor from ActionCable::Connection::Base