|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApnsEnvironment | |
|---|---|
| com.relayrides.pushy.apns | Contains classes and interfaces for interacting with the Apple Push Notification service (APNs). |
| Uses of ApnsEnvironment in com.relayrides.pushy.apns |
|---|
| Methods in com.relayrides.pushy.apns that return ApnsEnvironment | |
|---|---|
ApnsEnvironment |
PushManager.getEnvironment()
Returns the environment in which this PushManager is operating. |
static ApnsEnvironment |
ApnsEnvironment.getProductionEnvironment()
Returns an APNs environment for connecting to Apple's production servers. |
static ApnsEnvironment |
ApnsEnvironment.getSandboxEnvironment()
Returns an APNs environment for connecting to Apple's sandbox servers. |
| Constructors in com.relayrides.pushy.apns with parameters of type ApnsEnvironment | |
|---|---|
PushManager(ApnsEnvironment environment,
KeyStore keyStore,
char[] keyStorePassword)
Constructs a new PushManager that operates in the given environment with the given credentials and a
single connection to APNs. |
|
PushManager(ApnsEnvironment environment,
KeyStore keyStore,
char[] keyStorePassword,
int concurrentConnections)
Constructs a new PushManager that operates in the given environment with the given credentials and the
given number of parallel connections to APNs. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||