Package | Description |
---|---|
com.relayrides.pushy.apns |
Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).
|
Modifier and Type | Class and Description |
---|---|
class |
PushManager<T extends ApnsPushNotification>
Push managers manage connections to the APNs gateway and send notifications from their queue.
|
Constructor and Description |
---|
ApnsConnection(ApnsEnvironment environment,
SSLContext sslContext,
NioEventLoopGroup eventLoopGroup,
ApnsConnectionConfiguration configuration,
ApnsConnectionListener<T> listener,
String name)
Constructs a new APNs connection.
|
Copyright © 2013–2015 RelayRides. All rights reserved.