| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppleServerBasicImpl
A basic and abstract implementation of the AppleServer interface
intended to facilitate rapid deployment.
|
| Modifier and Type | Method and Description |
|---|---|
AppleServer |
ConnectionToAppleServer.getServer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
KeystoreManager.verifyKeystoreContent(AppleServer server,
Object keystore)
Perform basic tests on a keystore to detect common user mistakes.
|
| Constructor and Description |
|---|
ConnectionToAppleServer(AppleServer server)
Builds a connection to an Apple server.
|
ConnectionToAppleServer(AppleServer server,
KeyStore keystore)
Builds a connection to an Apple server.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AppleFeedbackServer
Interface representing a connection to an Apple Feedback Server
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppleFeedbackServerBasicImpl
Basic implementation of the AppleFeedbackServer interface,
intended to facilitate rapid deployment.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AppleNotificationServer
Interface representing a connection to an Apple Notification Server
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppleNotificationServerBasicImpl
Basic implementation of the AppleNotificationServer interface,
intended to facilitate rapid deployment.
|
Copyright © 2016. All rights reserved.