Class: Push::Transport::Controller::HttpLongPoll
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- Push::Transport::Controller::HttpLongPoll
- Includes:
- Logging
- Defined in:
- lib/push/transport/controller/http_long_poll.rb
Constant Summary collapse
- SidHttpKey =
'HTTP_X_SID'.freeze
- SidParamKey =
'sid'.freeze
- JsonpCallbackParamKey =
'callback'.freeze
- Connection =
::AMQP.connect(Push.config.amqp.to_hash)