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