Uses of Package
com.eatthepath.pushy.apns
-
Packages that use com.eatthepath.pushy.apns Package Description com.eatthepath.pushy.apns Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).com.eatthepath.pushy.apns.server Contains classes and interfaces for working with mock APNs servers.com.eatthepath.pushy.apns.util Contains classes for working with APNs tokens and payloads.com.eatthepath.pushy.apns.util.concurrent Contains application-specific interfaces for working with asynchronous push notification operations. -
Classes in com.eatthepath.pushy.apns used by com.eatthepath.pushy.apns Class Description ApnsClient An APNs client sends push notifications to the APNs gateway.ApnsClientBuilder AnApnsClientBuilder
constructs newApnsClient
instances.ApnsClientMetricsListener A metrics listener receives events from anApnsClient
that can be used to measure the performance and behavior of the client.ApnsPushNotification A push notification that can be sent through the Apple Push Notification service (APNs).DeliveryPriority An enumeration of delivery priorities for APNs push notifications.PushNotificationResponse A response from the APNs gateway indicating whether a notification was accepted or rejected.PushType An enumeration of push notification display types. -
Classes in com.eatthepath.pushy.apns used by com.eatthepath.pushy.apns.server Class Description ApnsPushNotification A push notification that can be sent through the Apple Push Notification service (APNs). -
Classes in com.eatthepath.pushy.apns used by com.eatthepath.pushy.apns.util Class Description ApnsPushNotification A push notification that can be sent through the Apple Push Notification service (APNs).DeliveryPriority An enumeration of delivery priorities for APNs push notifications.PushType An enumeration of push notification display types. -
Classes in com.eatthepath.pushy.apns used by com.eatthepath.pushy.apns.util.concurrent Class Description ApnsPushNotification A push notification that can be sent through the Apple Push Notification service (APNs).