Table of Contents - actioncable-5.2.3 Documentation
Pages
- action_cable.js
- USAGE
- channel.rb.tt
- connection.rb.tt
- cable.js.tt
- channel.coffee.tt
- channel.js.tt
- channel.rb.tt
Classes and Modules
- ActionCable
- ActionCable::Channel
- ActionCable::Channel::Base
- ActionCable::Channel::Broadcasting
- ActionCable::Channel::Broadcasting::ClassMethods
- ActionCable::Channel::Callbacks
- ActionCable::Channel::Callbacks::ClassMethods
- ActionCable::Channel::Naming
- ActionCable::Channel::Naming::ClassMethods
- ActionCable::Channel::PeriodicTimers
- ActionCable::Channel::PeriodicTimers::ClassMethods
- ActionCable::Channel::Streams
- ActionCable::Connection
- ActionCable::Connection::Authorization
- ActionCable::Connection::Authorization::UnauthorizedError
- ActionCable::Connection::Base
- ActionCable::Connection::ClientSocket
- ActionCable::Connection::Identification
- ActionCable::Connection::Identification::ClassMethods
- ActionCable::Connection::InternalChannel
- ActionCable::Connection::MessageBuffer
- ActionCable::Connection::Stream
- ActionCable::Connection::StreamEventLoop
- ActionCable::Connection::Subscriptions
- ActionCable::Connection::TaggedLoggerProxy
- ActionCable::Connection::WebSocket
- ActionCable::Engine
- ActionCable::Helpers
- ActionCable::Helpers::ActionCableHelper
- ActionCable::RemoteConnections
- ActionCable::RemoteConnections::RemoteConnection
- ActionCable::RemoteConnections::RemoteConnection::InvalidIdentifiersError
- ActionCable::Server
- ActionCable::Server::Base
- ActionCable::Server::Broadcasting
- ActionCable::Server::Broadcasting::Broadcaster
- ActionCable::Server::Configuration
- ActionCable::Server::Connections
- ActionCable::Server::Worker
- ActionCable::Server::Worker::ActiveRecordConnectionManagement
- ActionCable::SubscriptionAdapter
- ActionCable::SubscriptionAdapter::Async
- ActionCable::SubscriptionAdapter::Async::AsyncSubscriberMap
- ActionCable::SubscriptionAdapter::Base
- ActionCable::SubscriptionAdapter::ChannelPrefix
- ActionCable::SubscriptionAdapter::Inline
- ActionCable::SubscriptionAdapter::PostgreSQL
- ActionCable::SubscriptionAdapter::PostgreSQL::Listener
- ActionCable::SubscriptionAdapter::Redis
- ActionCable::SubscriptionAdapter::Redis::Listener
- ActionCable::SubscriptionAdapter::SubscriberMap
- ActionCable::VERSION
- Rails
- Rails::Generators
- Rails::Generators::ChannelGenerator
Methods
- ::action_methods — ActionCable::Channel::Base
- ::clear_action_methods! — ActionCable::Channel::Base
- ::gem_version — ActionCable
- ::logger — ActionCable::Server::Base
- ::method_added — ActionCable::Channel::Base
- ::new — ActionCable::Channel::Base
- ::new — ActionCable::Connection::Base
- ::new — ActionCable::Connection::StreamEventLoop
- ::new — ActionCable::Connection::TaggedLoggerProxy
- ::new — ActionCable::RemoteConnections
- ::new — ActionCable::RemoteConnections::RemoteConnection
- ::new — ActionCable::Server::Base
- ::new — ActionCable::Server::Broadcasting::Broadcaster
- ::new — ActionCable::Server::Configuration
- ::new — ActionCable::SubscriptionAdapter::Async::AsyncSubscriberMap
- ::new — ActionCable::SubscriptionAdapter::Base
- ::new — ActionCable::SubscriptionAdapter::PostgreSQL::Listener
- ::new — ActionCable::SubscriptionAdapter::Redis::Listener
- ::new — ActionCable::SubscriptionAdapter::SubscriberMap
- ::version — ActionCable
- #action_cable_meta_tag — ActionCable::Helpers::ActionCableHelper
- #action_signature — ActionCable::Channel::Base
- #active_periodic_timers — ActionCable::Channel::PeriodicTimers
- #add_channel — ActionCable::SubscriptionAdapter::PostgreSQL::Listener
- #add_channel — ActionCable::SubscriptionAdapter::Redis::Listener
- #add_channel — ActionCable::SubscriptionAdapter::SubscriberMap
- #add_subscriber — ActionCable::SubscriptionAdapter::Async::AsyncSubscriberMap
- #add_subscriber — ActionCable::SubscriptionAdapter::SubscriberMap
- #add_tags — ActionCable::Connection::TaggedLoggerProxy
- #after_subscribe — ActionCable::Channel::Callbacks::ClassMethods
- #after_unsubscribe — ActionCable::Channel::Callbacks::ClassMethods
- #allow_request_origin? — ActionCable::Connection::Base
- #attach — ActionCable::Connection::StreamEventLoop
- #beat — ActionCable::Connection::Base
- #before_subscribe — ActionCable::Channel::Callbacks::ClassMethods
- #before_unsubscribe — ActionCable::Channel::Callbacks::ClassMethods
- #broadcast — ActionCable::Server::Broadcasting::Broadcaster
- #broadcast — ActionCable::SubscriptionAdapter::Base
- #broadcast — ActionCable::SubscriptionAdapter::SubscriberMap
- #broadcast — ActionCable::Server::Broadcasting
- #broadcast_to — ActionCable::Channel::Broadcasting::ClassMethods
- #broadcaster_for — ActionCable::Server::Broadcasting
- #call — ActionCable::Server::Base
- #channel_name — ActionCable::Channel::Naming::ClassMethods
- #close — ActionCable::Connection::Base
- #connection_gid — ActionCable::Connection::Identification
- #connection_identifier — ActionCable::Connection::Identification
- #connection_identifiers — ActionCable::Server::Base
- #cookies — ActionCable::Connection::Base
- #create_channel_file — Rails::Generators::ChannelGenerator
- #decode — ActionCable::Connection::Base
- #default_stream_handler — ActionCable::Channel::Streams
- #defer_subscription_confirmation! — ActionCable::Channel::Base
- #defer_subscription_confirmation? — ActionCable::Channel::Base
- #delegate_connection_identifiers — ActionCable::Channel::Base
- #detach — ActionCable::Connection::StreamEventLoop
- #disconnect — ActionCable::RemoteConnections::RemoteConnection
- #disconnect — ActionCable::Server::Base
- #dispatch_action — ActionCable::Channel::Base
- #encode — ActionCable::Connection::Base
- #ensure_confirmation_sent — ActionCable::Channel::Base
- #ensure_listener_running — ActionCable::SubscriptionAdapter::Redis::Listener
- #event_loop — ActionCable::Server::Base
- #extract_action — ActionCable::Channel::Base
- #file_name — Rails::Generators::ChannelGenerator
- #finished_request_message — ActionCable::Connection::Base
- #generate_application_cable_files — Rails::Generators::ChannelGenerator
- #handle_close — ActionCable::Connection::Base
- #handle_open — ActionCable::Connection::Base
- #identified_by — ActionCable::Connection::Identification::ClassMethods
- #identity_handler — ActionCable::Channel::Streams
- #internal_channel — ActionCable::Connection::InternalChannel
- #invalid_request_message — ActionCable::Connection::Base
- #invoke_callback — ActionCable::SubscriptionAdapter::Async::AsyncSubscriberMap
- #invoke_callback — ActionCable::SubscriptionAdapter::PostgreSQL::Listener
- #invoke_callback — ActionCable::SubscriptionAdapter::Redis::Listener
- #invoke_callback — ActionCable::SubscriptionAdapter::SubscriberMap
- #listen — ActionCable::SubscriptionAdapter::PostgreSQL::Listener
- #listen — ActionCable::SubscriptionAdapter::Redis::Listener
- #log — ActionCable::Connection::TaggedLoggerProxy
- #new_tagged_logger — ActionCable::Connection::Base
- #on_subscribe — ActionCable::Channel::Callbacks::ClassMethods
- #on_unsubscribe — ActionCable::Channel::Callbacks::ClassMethods
- #perform_action — ActionCable::Channel::Base
- #periodically — ActionCable::Channel::PeriodicTimers::ClassMethods
- #post — ActionCable::Connection::StreamEventLoop
- #process_internal_message — ActionCable::Connection::InternalChannel
- #processable_action? — ActionCable::Channel::Base
- #pubsub — ActionCable::Server::Base
- #pubsub_adapter — ActionCable::Server::Configuration
- #reject — ActionCable::Channel::Base
- #reject_subscription — ActionCable::Channel::Base
- #reject_unauthorized_connection — ActionCable::Connection::Authorization
- #remote_connections — ActionCable::Server::Base
- #remove_channel — ActionCable::SubscriptionAdapter::PostgreSQL::Listener
- #remove_channel — ActionCable::SubscriptionAdapter::Redis::Listener
- #remove_channel — ActionCable::SubscriptionAdapter::SubscriberMap
- #remove_subscriber — ActionCable::SubscriptionAdapter::SubscriberMap
- #request — ActionCable::Connection::Base
- #respond_to_invalid_request — ActionCable::Connection::Base
- #respond_to_successful_request — ActionCable::Connection::Base
- #restart — ActionCable::Server::Base
- #run — ActionCable::Connection::StreamEventLoop
- #send_async — ActionCable::Connection::Base
- #send_command — ActionCable::SubscriptionAdapter::Redis::Listener
- #send_welcome_message — ActionCable::Connection::Base
- #server — ActionCable
- #set_identifier_instance_vars — ActionCable::RemoteConnections::RemoteConnection
- #shutdown — ActionCable::SubscriptionAdapter::Base
- #shutdown — ActionCable::SubscriptionAdapter::PostgreSQL::Listener
- #shutdown — ActionCable::SubscriptionAdapter::Redis::Listener
- #spawn — ActionCable::Connection::StreamEventLoop
- #start_periodic_timer — ActionCable::Channel::PeriodicTimers
- #start_periodic_timers — ActionCable::Channel::PeriodicTimers
- #started_request_message — ActionCable::Connection::Base
- #statistics — ActionCable::Connection::Base
- #stop — ActionCable::Connection::StreamEventLoop
- #stop_all_streams — ActionCable::Channel::Streams
- #stop_periodic_timers — ActionCable::Channel::PeriodicTimers
- #stream_decoder — ActionCable::Channel::Streams
- #stream_for — ActionCable::Channel::Streams
- #stream_from — ActionCable::Channel::Streams
- #stream_handler — ActionCable::Channel::Streams
- #stream_transmitter — ActionCable::Channel::Streams
- #streams — ActionCable::Channel::Streams
- #subscribe — ActionCable::SubscriptionAdapter::Base
- #subscribe_to_channel — ActionCable::Channel::Base
- #subscribe_to_internal_channel — ActionCable::Connection::InternalChannel
- #subscribed — ActionCable::Channel::Base
- #subscription_confirmation_sent? — ActionCable::Channel::Base
- #subscription_rejected? — ActionCable::Channel::Base
- #successful_request_message — ActionCable::Connection::Base
- #tag — ActionCable::Connection::TaggedLoggerProxy
- #timer — ActionCable::Connection::StreamEventLoop
- #transmit — ActionCable::Channel::Base
- #transmit_subscription_confirmation — ActionCable::Channel::Base
- #transmit_subscription_rejection — ActionCable::Channel::Base
- #unsubscribe — ActionCable::SubscriptionAdapter::Base
- #unsubscribe_from_internal_channel — ActionCable::Connection::InternalChannel
- #unsubscribed — ActionCable::Channel::Base
- #valid_identifiers? — ActionCable::RemoteConnections::RemoteConnection
- #wakeup — ActionCable::Connection::StreamEventLoop
- #when_connected — ActionCable::SubscriptionAdapter::Redis::Listener
- #where — ActionCable::RemoteConnections
- #with_database_connections — ActionCable::Server::Worker::ActiveRecordConnectionManagement
- #worker_pool — ActionCable::Server::Base
- #worker_pool_stream_handler — ActionCable::Channel::Streams
- #writes_pending — ActionCable::Connection::StreamEventLoop