1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actioncable/lib/action_cable/connection
T.J. Schuck 2f8dc184fc nodoc AC::Connection::WebSocket
Users should never publicly be interacting with an instance of this.  The instance that comes along with an `AC::Connection::Base` instance (the only thing a user should be working with) is [itself intended to be private](https://github.com/tjschuck/rails/blob/master/actioncable/lib/action_cable/connection/base.rb#L137-L140).

[ci skip]
2017-06-16 18:36:04 -04:00
..
authorization.rb Document AC::Connection::Authorization#reject_unauthorized_connection 2017-03-22 19:30:49 -04:00
base.rb Log any errors originating from the socket 2017-04-16 20:14:28 +02:00
client_socket.rb Reduce string objects by using \ instead of + or << for concatenating strings 2017-01-12 17:45:37 +09:00
identification.rb Add option for class_attribute default (#29270) 2017-05-29 18:01:50 +02:00
internal_channel.rb applies new string literal convention in actioncable/lib 2016-08-06 19:13:46 +02:00
message_buffer.rb Describe what we are protecting 2016-12-23 23:48:54 +09:00
stream.rb Close the IO from the read loop thread 2016-10-06 10:31:14 +10:30
stream_event_loop.rb Close the IO from the read loop thread 2016-10-06 10:31:14 +10:30
subscriptions.rb Fix missing bracket. 2017-01-14 01:52:27 +03:00
tagged_logger_proxy.rb Privatize unneededly protected methods in Action Cable 2016-12-24 22:16:43 +09:00
web_socket.rb nodoc AC::Connection::WebSocket 2017-06-16 18:36:04 -04:00