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

Field Summary
static String DEVELOPMENT_HOST
           
static int DEVELOPMENT_PORT
           
static String PRODUCTION_HOST
           
static int PRODUCTION_PORT
           
 
Method Summary
 String getNotificationServerHost()
           
 int getNotificationServerPort()
           
 
Methods inherited from interface javapns.communication.AppleServer
getKeystorePassword, getKeystoreStream, getKeystoreType, getProxyAuthorization, getProxyHost, getProxyPort, setProxy, setProxyAuthorization
 

Field Detail

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
Method Detail

getNotificationServerHost

String getNotificationServerHost()

getNotificationServerPort

int getNotificationServerPort()