public class AppleFeedbackServerBasicImpl extends AppleServerBasicImpl implements AppleFeedbackServer
DEVELOPMENT_HOST, DEVELOPMENT_PORT, PRODUCTION_HOST, PRODUCTION_PORT| Constructor and Description |
|---|
AppleFeedbackServerBasicImpl(Object keystore,
String password,
boolean production)
Communication settings for interacting with Apple's default production or sandbox feedback server.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFeedbackServerHost() |
int |
getFeedbackServerPort() |
getKeystorePassword, getKeystoreStream, getKeystoreType, getProxyHost, getProxyPort, setProxyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetKeystorePassword, getKeystoreStream, getKeystoreType, getProxyHost, getProxyPort, setProxypublic AppleFeedbackServerBasicImpl(Object keystore, String password, boolean production) throws KeystoreException
keystore - The keystore to use (can be a File, an InputStream, a String for a file path, or a byte[] array)password - The keystore's passwordproduction - true to use Apple's production servers, false to use the sandboxKeystoreException - thrown if an error occurs when loading the keystorepublic String getFeedbackServerHost()
getFeedbackServerHost in interface AppleFeedbackServerpublic int getFeedbackServerPort()
getFeedbackServerPort in interface AppleFeedbackServerCopyright © 2016. All rights reserved.