gem.sh gem.sh
Home Gems Types Docs Community
  • Modules

    • module ActionCable
    • module ActionCable::Channel
    • module ActionCable::Channel::Broadcasting
    • module ActionCable::Channel::Broadcasting::ClassMethods
    • module ActionCable::Channel::Callbacks
    • module ActionCable::Channel::Callbacks::ClassMethods
    • module ActionCable::Channel::ChannelStub
    • module ActionCable::Channel::Naming
    • module ActionCable::Channel::Naming::ClassMethods
    • module ActionCable::Channel::PeriodicTimers
    • module ActionCable::Channel::PeriodicTimers::ClassMethods
    • module ActionCable::Channel::Streams
    • module ActionCable::Channel::TestCase::Behavior
    • module ActionCable::Channel::TestCase::Behavior::ClassMethods
    • module ActionCable::Connection
    • module ActionCable::Connection::Assertions
    • module ActionCable::Connection::Authorization
    • module ActionCable::Connection::Identification
    • module ActionCable::Connection::Identification::ClassMethods
    • module ActionCable::Connection::InternalChannel
    • module ActionCable::Connection::TestCase::Behavior
    • module ActionCable::Connection::TestCase::Behavior::ClassMethods
    • module ActionCable::Connection::TestConnection
    • module ActionCable::Helpers
    • module ActionCable::Helpers::ActionCableHelper
    • module ActionCable::Server
    • module ActionCable::Server::Broadcasting
    • module ActionCable::Server::Connections
    • module ActionCable::Server::Worker::ActiveRecordConnectionManagement
    • module ActionCable::SubscriptionAdapter
    • module ActionCable::SubscriptionAdapter::ChannelPrefix
    • module ActionCable::TestHelper
    • module ActionCable::VERSION
    • module ApplicationCable
    • module Rails
    • module Rails::Generators
    • module TestUnit
    • module TestUnit::Generators
  • Classes

    • class ActionCable::Channel::Base
    • class ActionCable::Channel::ConnectionStub
    • class ActionCable::Channel::NonInferrableChannelError
    • class ActionCable::Channel::TestCase
    • class ActionCable::Connection::Authorization::UnauthorizedError
    • class ActionCable::Connection::Base
    • class ActionCable::Connection::ClientSocket
    • class ActionCable::Connection::MessageBuffer
    • class ActionCable::Connection::NonInferrableConnectionError
    • class ActionCable::Connection::Stream
    • class ActionCable::Connection::StreamEventLoop
    • class ActionCable::Connection::Subscriptions
    • class ActionCable::Connection::TaggedLoggerProxy
    • class ActionCable::Connection::TestCase
    • class ActionCable::Connection::TestCookieJar
    • class ActionCable::Connection::TestRequest
    • class ActionCable::Connection::WebSocket
    • class ActionCable::Engine
    • class ActionCable::RemoteConnections
    • class ActionCable::RemoteConnections::RemoteConnection
    • class ActionCable::RemoteConnections::RemoteConnection::InvalidIdentifiersError
    • class ActionCable::Server::Base
    • class ActionCable::Server::Broadcasting::Broadcaster
    • class ActionCable::Server::Configuration
    • class ActionCable::Server::Worker
    • class ActionCable::SubscriptionAdapter::Async
    • class ActionCable::SubscriptionAdapter::Async::AsyncSubscriberMap
    • class ActionCable::SubscriptionAdapter::Base
    • class ActionCable::SubscriptionAdapter::Inline
    • class ActionCable::SubscriptionAdapter::PostgreSQL
    • class ActionCable::SubscriptionAdapter::PostgreSQL::Listener
    • class ActionCable::SubscriptionAdapter::Redis
    • class ActionCable::SubscriptionAdapter::Redis::Listener
    • class ActionCable::SubscriptionAdapter::Redis::Listener::SubscribedClient
    • class ActionCable::SubscriptionAdapter::SubscriberMap
    • class ActionCable::SubscriptionAdapter::Test
    • class ActionCable::TestCase
    • class ApplicationCable::Channel
    • class ApplicationCable::Connection
    • class Rails::Generators::ChannelGenerator
    • class TestUnit::Generators::ChannelGenerator
    Overview
    H
    Home
    R
    Reference
    T
    Types
    C
    Changelogs
  • Documentation
    • README
  • More
    • Versions
    • Source
    • Playground
    • Stats
    • Metadata
    • Wiki
    • Announcements
    Community
    • Articles
    • Tutorials
    • Videos
    • Community
  1. Gems
  2. actioncable
  3. 7.0.4.3
  4. module ActionCable::Connection

module ActionCable::Connection

Modules in this namespace

Assertions

module

in ActionCable::Connection

Authorization

module

in ActionCable::Connection

Identification

module

in ActionCable::Connection

InternalChannel

module

in ActionCable::Connection

TestConnection

module

in ActionCable::Connection

Classes in this namespace

Base

class

in ActionCable::Connection

ClientSocket

class

in ActionCable::Connection

MessageBuffer

class

in ActionCable::Connection

NonInferrableConnectionError

class

in ActionCable::Connection

Stream

class

in ActionCable::Connection

StreamEventLoop

class

in ActionCable::Connection

Subscriptions

class

in ActionCable::Connection

TaggedLoggerProxy

class

in ActionCable::Connection

TestCase

class

in ActionCable::Connection

TestCookieJar

class

in ActionCable::Connection

TestRequest

class

in ActionCable::Connection

WebSocket

class

in ActionCable::Connection

Modules

  • ActionCable::Connection::Assertions
  • ActionCable::Connection::Authorization
  • ActionCable::Connection::Identification
  • ActionCable::Connection::InternalChannel
  • ActionCable::Connection::TestConnection

Classes

  • ActionCable::Connection::Base
  • ActionCable::Connection::ClientSocket
  • ActionCable::Connection::MessageBuffer
  • ActionCable::Connection::NonInferrableConnectionError
  • ActionCable::Connection::Stream
  • ActionCable::Connection::StreamEventLoop
  • ActionCable::Connection::Subscriptions
  • ActionCable::Connection::TaggedLoggerProxy
  • ActionCable::Connection::TestCase
  • ActionCable::Connection::TestCookieJar
  • ActionCable::Connection::TestRequest
  • ActionCable::Connection::WebSocket

Defined in

  • lib/action_cable/connection.rb
  • lib/action_cable/connection/authorization.rb
  • lib/action_cable/connection/base.rb
  • lib/action_cable/connection/client_socket.rb
  • lib/action_cable/connection/identification.rb
  • lib/action_cable/connection/internal_channel.rb
  • lib/action_cable/connection/message_buffer.rb
  • lib/action_cable/connection/stream.rb
  • lib/action_cable/connection/stream_event_loop.rb
  • lib/action_cable/connection/subscriptions.rb
  • lib/action_cable/connection/tagged_logger_proxy.rb
  • lib/action_cable/connection/test_case.rb
  • lib/action_cable/connection/web_socket.rb
Home
Gems
Docs
Contribute
Monitoring
Twitter GitHub Mastodon

© 2025 gem.sh - Beautiful documentation for any Ruby gem