javapns.feedback
Interface AppleFeedbackServer

All Superinterfaces:
AppleServer
All Known Implementing Classes:
AppleFeedbackServerBasicImpl

public interface AppleFeedbackServer
extends AppleServer

Interface representing a connection to an Apple Feedback 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 getFeedbackServerHost()
           
 int getFeedbackServerPort()
           
 
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

getFeedbackServerHost

String getFeedbackServerHost()

getFeedbackServerPort

int getFeedbackServerPort()