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 |
---|---|
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.
|
Constructor and Description |
---|
ApnsConnection(ApnsEnvironment environment,
SSLContext sslContext,
NioEventLoopGroup eventLoopGroup,
ApnsConnectionConfiguration configuration,
ApnsConnectionListener<T> listener,
String name)
Constructs a new APNs connection.
|
FeedbackServiceConnection(ApnsEnvironment environment,
SSLContext sslContext,
NioEventLoopGroup eventLoopGroup,
FeedbackConnectionConfiguration configuration,
com.relayrides.pushy.apns.FeedbackServiceListener listener,
String name)
Constructs a new feedback client that connects to the feedback service in the given environment with the
credentials and key/trust managers in the given SSL context.
|
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. |
Copyright © 2013–2015 RelayRides. All rights reserved.