Uses of Package
javapns.communication

Packages that use javapns.communication
javapns.communication Classes for communicating with Apple servers. 
javapns.feedback Classes for interacting with the Apple Feedback Service. 
javapns.notification Classes for pushing notifications through Apple servers. 
 

Classes in javapns.communication used by javapns.communication
AppleServer
          Common interface of all classes representing a connection to any Apple server.
 

Classes in javapns.communication used by javapns.feedback
AppleServer
          Common interface of all classes representing a connection to any Apple server.
AppleServerBasicImpl
          A basic and abstract implementation of the AppleServer interface intended to facilitate rapid deployment.
ConnectionToAppleServer
          Class representing an abstract connection to an Apple server Communication protocol differences between Notification and Feedback servers are implemented in ConnectionToNotificationServer and ConnectionToFeedbackServer.
 

Classes in javapns.communication used by javapns.notification
AppleServer
          Common interface of all classes representing a connection to any Apple server.
AppleServerBasicImpl
          A basic and abstract implementation of the AppleServer interface intended to facilitate rapid deployment.
ConnectionToAppleServer
          Class representing an abstract connection to an Apple server Communication protocol differences between Notification and Feedback servers are implemented in ConnectionToNotificationServer and ConnectionToFeedbackServer.
 



Copyright © 2013. All Rights Reserved.