Libraries
»
push
(0.0.1)
»
Index (H)
»
Push
»
Transport
»
Controller
»
HttpLongPoll
Class: Push::Transport::Controller::HttpLongPoll
Inherits:
Sinatra::Base
Object
Sinatra::Base
Push::Transport::Controller::HttpLongPoll
show all
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
)