|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AppleServer | |
|---|---|
| javapns.communication | Classes for communicating with Apple servers. |
| javapns.feedback | Classes for interacting with the Apple Feedback Service. |
| javapns.notification | Classes for pushing notifications through Apple servers. |
| Uses of AppleServer in javapns.communication |
|---|
| Classes in javapns.communication that implement AppleServer | |
|---|---|
class |
AppleServerBasicImpl
A basic and abstract implementation of the AppleServer interface intended to facilitate rapid deployment. |
| Methods in javapns.communication that return AppleServer | |
|---|---|
AppleServer |
ConnectionToAppleServer.getServer()
|
| Methods in javapns.communication with parameters of type AppleServer | |
|---|---|
static String |
ProxyManager.getProxyHost(AppleServer server)
Get the proxy host address currently configured. |
static int |
ProxyManager.getProxyPort(AppleServer server)
Get the proxy port currently configured. |
static boolean |
ProxyManager.isUsingProxy(AppleServer server)
Determine if a proxy is currently configured. |
static KeyStore |
KeystoreManager.loadKeystore(AppleServer server,
Object keystore,
boolean verifyKeystore)
Loads a keystore. |
static void |
KeystoreManager.verifyKeystoreContent(AppleServer server,
Object keystore)
Perform basic tests on a keystore to detect common user mistakes. |
| Constructors in javapns.communication with parameters of type AppleServer | |
|---|---|
ConnectionToAppleServer(AppleServer server)
Builds a connection to an Apple server. |
|
ConnectionToAppleServer(AppleServer server,
KeyStore keystore)
Builds a connection to an Apple server. |
|
| Uses of AppleServer in javapns.feedback |
|---|
| Subinterfaces of AppleServer in javapns.feedback | |
|---|---|
interface |
AppleFeedbackServer
Interface representing a connection to an Apple Feedback Server |
| Classes in javapns.feedback that implement AppleServer | |
|---|---|
class |
AppleFeedbackServerBasicImpl
Basic implementation of the AppleFeedbackServer interface, intended to facilitate rapid deployment. |
| Uses of AppleServer in javapns.notification |
|---|
| Subinterfaces of AppleServer in javapns.notification | |
|---|---|
interface |
AppleNotificationServer
Interface representing a connection to an Apple Notification Server |
| Classes in javapns.notification that implement AppleServer | |
|---|---|
class |
AppleNotificationServerBasicImpl
Basic implementation of the AppleNotificationServer interface, intended to facilitate rapid deployment. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||