Libraries
»
_bushido-faye-websocket
(0.4.4)
»
Index (R)
»
Faye
»
WebSocket
»
API
»
ReadyStates
Module: Faye::WebSocket::API::ReadyStates
Included in:
Faye::WebSocket::API
Defined in:
lib/faye/websocket/api.rb
Constant Summary
collapse
CONNECTING =
0
OPEN =
1
CLOSING =
2
CLOSED =
3