Module: Rpush::Daemon::Apns
- Extended by:
- ServiceConfigMethods
- Defined in:
- lib/rpush/daemon/apns.rb,
lib/rpush/daemon/apns/delivery.rb,
lib/rpush/daemon/apns/feedback_receiver.rb
Defined Under Namespace
Classes: Delivery, FeedbackReceiver
Constant Summary collapse
- HOSTS =
{ production: ['gateway.push.apple.com', 2195], development: ['gateway.sandbox.push.apple.com', 2195], # deprecated sandbox: ['gateway.sandbox.push.apple.com', 2195] }
Constants included from ServiceConfigMethods
ServiceConfigMethods::DISPATCHERS
Method Summary
Methods included from ServiceConfigMethods
batch_deliveries, batch_deliveries?, delivery_class, dispatcher, dispatcher_class, loop_instances, loops, new_dispatcher