Uses of Package
com.relayrides.pushy.apns

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

Classes in com.relayrides.pushy.apns used by com.relayrides.pushy.apns
ApnsConnection
          A connection to an APNs gateway.
ApnsConnectionListener
          An ApnsConnectionListener receives lifecycle events from ApnsConnection instances.
ApnsEnvironment
          An APNs environment is a set of servers that provide push notification services.
ApnsPushNotification
          A push notification that can be sent through the Apple Push Notification service (APNs).
ExpiredToken
          Represents a device token that the APN Feedback Service has reported as expired.
FailedConnectionListener
          Listens for failed attempts to connect to an APNs gateway.
FeedbackConnectionException
          Signals that an attempt to connect to the APNs feedback service has failed.
PushManager
          Push managers manage connections to the APNs gateway and send notifications from their queue.
PushManagerFactory
          A PushManagerFactory is used to configure and construct a new PushManager.
RejectedNotificationListener
          Listens for permanent push notification rejections.
RejectedNotificationReason
          An enumeration of error codes that may be returned by APNs to indicate why a push notification was rejected.
 

Classes in com.relayrides.pushy.apns used by com.relayrides.pushy.apns.util
ApnsPushNotification
          A push notification that can be sent through the Apple Push Notification service (APNs).
 



Copyright © 2013–2014 RelayRides. All rights reserved.