javapns.notification
Interface AppleNotificationServer
- All Superinterfaces:
- AppleServer
- All Known Implementing Classes:
- AppleNotificationServerBasicImpl
public interface AppleNotificationServer
- extends AppleServer
Interface representing a connection to an Apple Notification Server
- Author:
- Sylvain Pedneault
PRODUCTION_HOST
static final String PRODUCTION_HOST
- See Also:
- Constant Field Values
PRODUCTION_PORT
static final int PRODUCTION_PORT
- See Also:
- Constant Field Values
DEVELOPMENT_HOST
static final String DEVELOPMENT_HOST
- See Also:
- Constant Field Values
DEVELOPMENT_PORT
static final int DEVELOPMENT_PORT
- See Also:
- Constant Field Values
getNotificationServerHost
String getNotificationServerHost()
getNotificationServerPort
int getNotificationServerPort()