Uses of Interface
com.relayrides.pushy.apns.ApnsConnectionListener

Packages that use ApnsConnectionListener
com.relayrides.pushy.apns Contains classes and interfaces for interacting with the Apple Push Notification service (APNs). 
 

Uses of ApnsConnectionListener in com.relayrides.pushy.apns
 

Classes in com.relayrides.pushy.apns that implement ApnsConnectionListener
 class PushManager<T extends ApnsPushNotification>
          Push managers manage connections to the APNs gateway and send notifications from their queue.
 

Constructors in com.relayrides.pushy.apns with parameters of type ApnsConnectionListener
ApnsConnection(ApnsEnvironment environment, SSLContext sslContext, NioEventLoopGroup eventLoopGroup, ApnsConnectionListener<T> listener)
          Constructs a new APNs connection.
 



Copyright © 2013–2014 RelayRides. All rights reserved.