Uses of Package
javapns.notification

Packages that use javapns.notification
javapns The JavaPNS library See the javapns.Push class for easy push notifications. 
javapns.devices Classes representing mobile devices. 
javapns.feedback Classes for interacting with the Apple Feedback Service. 
javapns.notification Classes for pushing notifications through Apple servers. 
javapns.notification.exceptions Notification-related exceptions thrown by the javapns library. 
javapns.notification.management Specific payloads for Apple's MDM technology MDM is not involved in Apple Push Notification, but uses the same communication technologies as APN. 
javapns.notification.transmission Specialized classes for transmitting notifications to large number of devices. 
javapns.test Testing tools for the javapns library. 
 

Classes in javapns.notification used by javapns
Payload
          Abstract class representing a payload that can be transmitted to Apple.
PushedNotifications
          A list of PushedNotification objects.
 

Classes in javapns.notification used by javapns.devices
PayloadPerDevice
          A one-to-one link between a payload and device.
 

Classes in javapns.notification used by javapns.feedback
AppleNotificationServer
          Interface representing a connection to an Apple Notification Server
 

Classes in javapns.notification used by javapns.notification
AppleNotificationServer
          Interface representing a connection to an Apple Notification Server
NewsstandNotificationPayload
          A Newsstand-specific payload compatible with the Apple Push Notification Service.
Payload
          Abstract class representing a payload that can be transmitted to Apple.
PushedNotification
          An object representing the result of a push notification to a specific payload to a single device.
PushedNotifications
          A list of PushedNotification objects.
PushNotificationManager
          The main class used to send notification and handle a connection to Apple SSLServerSocket.
PushNotificationPayload
          A payload compatible with the Apple Push Notification Service.
ResponsePacket
          A response packet, as described in Apple's enhanced notification format.
 

Classes in javapns.notification used by javapns.notification.exceptions
ResponsePacket
          A response packet, as described in Apple's enhanced notification format.
 

Classes in javapns.notification used by javapns.notification.management
Payload
          Abstract class representing a payload that can be transmitted to Apple.
 

Classes in javapns.notification used by javapns.notification.transmission
AppleNotificationServer
          Interface representing a connection to an Apple Notification Server
Payload
          Abstract class representing a payload that can be transmitted to Apple.
PayloadPerDevice
          A one-to-one link between a payload and device.
PushedNotifications
          A list of PushedNotification objects.
PushNotificationManager
          The main class used to send notification and handle a connection to Apple SSLServerSocket.
 

Classes in javapns.notification used by javapns.test
PushedNotification
          An object representing the result of a push notification to a specific payload to a single device.
 



Copyright © 2013. All Rights Reserved.