public interface AppleServer
| Modifier and Type | Method and Description |
|---|---|
String |
getKeystorePassword()
Returns the keystore's password.
|
InputStream |
getKeystoreStream()
Returns a stream to a keystore.
|
String |
getKeystoreType()
Returns the format used to produce the keystore (typically PKCS12).
|
String |
getProxyHost()
Get the proxy host address currently configured for this specific server.
|
int |
getProxyPort()
Get the proxy port currently configured for this specific server.
|
void |
setProxy(String proxyHost,
int proxyPort)
Configure a proxy to use for this specific server.
|
InputStream getKeystoreStream() throws InvalidKeystoreReferenceException
InvalidKeystoreReferenceExceptionString getKeystorePassword()
String getKeystoreType()
String getProxyHost()
ProxyManager for more information.int getProxyPort()
ProxyManager for more information.void setProxy(String proxyHost, int proxyPort)
ProxyManager to configure a proxy for the entire library instead.proxyHost - proxy host addressproxyPort - proxy host portCopyright © 2016. All rights reserved.