| Package | Description |
|---|---|
| com.relayrides.pushy.apns |
Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).
|
| Modifier and Type | Method and Description |
|---|---|
ApnsConnectionConfiguration |
PushManagerConfiguration.getConnectionConfiguration()
Returns the configuration to be used for connections created by push managers created with this configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PushManagerConfiguration.setConnectionConfiguration(ApnsConnectionConfiguration connectionConfiguration)
Sets the configuration to be used for connections created by push managers created with this configuration.
|
| Constructor and Description |
|---|
ApnsConnection(ApnsEnvironment environment,
SSLContext sslContext,
NioEventLoopGroup eventLoopGroup,
ApnsConnectionConfiguration configuration,
ApnsConnectionListener<T> listener,
String name)
Constructs a new APNs connection.
|
ApnsConnectionConfiguration(ApnsConnectionConfiguration configuration)
Creates a new connection configuration object with all options set to the values in the given connection
configuration object.
|
Copyright © 2013–2015 RelayRides. All rights reserved.