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 |
---|---|
FeedbackConnectionConfiguration |
PushManagerConfiguration.getFeedbackConnectionConfiguration()
Returns the configuration to be used for connections to the APNs feedback service created by push managers with
this configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
PushManagerConfiguration.setFeedbackConnectionConfiguration(FeedbackConnectionConfiguration feedbackConnectionConfiguration)
Sets the configuration to be used for connections to the APNs feedback service created by push managers with
this configuration.
|
Constructor and Description |
---|
FeedbackConnectionConfiguration(FeedbackConnectionConfiguration configuration)
Creates a new connection configuration object with all options set to the values in the given connection
configuration object.
|
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.
|
Copyright © 2013–2015 RelayRides. All rights reserved.