class Cable::Server
- Cable::Server
- Reference
- Object
Defined in:
cable/server.crConstructors
Instance Method Summary
- #add_connection(connection)
- #connections : Hash(String, Cable::Connection)
- #debug
- #fiber_channel : Channel({String, String})
- #publish(channel, message)
- #redis_publish : Redis
- #redis_subscribe : Redis
- #remove_connection(connection_id)
- #send_to_channels(identifier, message)
- #shutdown
- #subscribe_channel(channel : Channel, identifier : String)
- #unsubscribe_channel(channel : Channel, identifier : String)