Module Faye::WebSocket::API::ReadyStates
In: lib/faye/websocket/api.rb

Constants

CONNECTING = 0
OPEN = 1
CLOSING = 2
CLOSED = 3

[Validate]