Package javapns.notification

Classes for pushing notifications through Apple servers.

See:
          Description

Interface Summary
AppleNotificationServer Interface representing a connection to an Apple Notification Server
 

Class Summary
AppleNotificationServerBasicImpl Basic implementation of the AppleNotificationServer interface, intended to facilitate rapid deployment.
ConnectionToNotificationServer Connection details specific to the Notification Service.
NewsstandNotificationPayload A Newsstand-specific payload compatible with the Apple Push Notification Service.
Payload Abstract class representing a payload that can be transmitted to Apple.
PayloadPerDevice A one-to-one link between a payload and device.
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.
 

Package javapns.notification Description

Classes for pushing notifications through Apple servers.