Uses of Interface
com.eatthepath.pushy.apns.util.concurrent.PushNotificationFuture
- 
Packages that use PushNotificationFuture Package Description com.eatthepath.pushy.apns Contains classes and interfaces for interacting with the Apple Push Notification service (APNs). - 
- 
Uses of PushNotificationFuture in com.eatthepath.pushy.apns
Methods in com.eatthepath.pushy.apns that return PushNotificationFuture Modifier and Type Method Description <T extends ApnsPushNotification>
PushNotificationFuture<T,PushNotificationResponse<T>>ApnsClient. sendNotification(T notification)Sends a push notification to the APNs gateway. 
 -