javapns.notification
Class ConnectionToNotificationServer
java.lang.Object
javapns.communication.ConnectionToAppleServer
javapns.notification.ConnectionToNotificationServer
public class ConnectionToNotificationServer
- extends ConnectionToAppleServer
Connection details specific to the Notification Service.
- Author:
- Sylvain Pedneault
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionToNotificationServer
public ConnectionToNotificationServer(AppleNotificationServer server)
throws KeystoreException
- Throws:
KeystoreException
ConnectionToNotificationServer
public ConnectionToNotificationServer(AppleNotificationServer server,
KeyStore keystore)
throws KeystoreException
- Throws:
KeystoreException
getServerHost
public String getServerHost()
- Specified by:
getServerHost in class ConnectionToAppleServer
getServerPort
public int getServerPort()
- Specified by:
getServerPort in class ConnectionToAppleServer
Copyright © 2016. All Rights Reserved.