Package | Description |
---|---|
com.relayrides.pushy.apns |
Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).
|
Constructor and Description |
---|
PushManager(ApnsEnvironment environment,
SSLContext sslContext,
NioEventLoopGroup eventLoopGroup,
ExecutorService listenerExecutorService,
BlockingQueue<T> queue,
PushManagerConfiguration configuration,
String name)
Constructs a new
PushManager that operates in the given environment with the given SSL context and the
given number of parallel connections to APNs. |
PushManagerConfiguration(PushManagerConfiguration configuration)
Constructs a new push manager configuration object with all options set to the values in the given configuration
object.
|
Copyright © 2013–2015 RelayRides. All rights reserved.