| Package | Description |
|---|---|
| com.turo.pushy.apns.server |
Contains classes and interfaces for working with mock APNs servers.
|
| Class and Description |
|---|
| MockApnsServer
A mock APNs server is an HTTP/2 server that can be configured to respond to APNs push notifications with a variety
of behaviors.
|
| MockApnsServerBuilder
A
MockApnsServerBuilder constructs new MockApnsServer instances. |
| MockApnsServerListener
Mock APNs server listeners are notified when push notifications are accepted or rejected by a
MockApnsServer. |
| PushNotificationHandler
Push notification handlers process push notifications sent to a
MockApnsServer and decide how the server
should respond to those notifications. |
| PushNotificationHandlerFactory
A push notification handler factory constructs
PushNotificationHandler instances when a mock APNs server
accepts a new connection. |
| RejectedNotificationException
An exception thrown by
PushNotificationHandler instances to indicate that a push notification should be
rejected by the server. |
| RejectionReason
An enumeration of reasons a push notification may be rejected by an APNs server.
|
Copyright © 2013–2018 Turo. All rights reserved.