Uses of Class
com.relayrides.pushy.apns.FeedbackConnectionException

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

Uses of FeedbackConnectionException in com.relayrides.pushy.apns
 

Methods in com.relayrides.pushy.apns that throw FeedbackConnectionException
 List<ExpiredToken> PushManager.getExpiredTokens()
          Queries the APNs feedback service for expired tokens using a reasonable default timeout.
 List<ExpiredToken> PushManager.getExpiredTokens(long timeout, TimeUnit timeoutUnit)
          Queries the APNs feedback service for expired tokens using the given timeout.
 



Copyright © 2013–2014 RelayRides. All rights reserved.