Package | Description |
---|---|
com.turo.pushy.apns.server |
Contains classes and interfaces for working with mock APNs servers.
|
Modifier and Type | Class and Description |
---|---|
class |
AcceptAllPushNotificationHandlerFactory
A factory for push notification handlers that unconditionally accept all push notifications.
|
class |
ValidatingPushNotificationHandlerFactory
A push notification handler factory that constructs handlers that, to the extent possible, perform the same checks
and validation steps as a real APNs server.
|
Modifier and Type | Method and Description |
---|---|
MockApnsServerBuilder |
MockApnsServerBuilder.setHandlerFactory(PushNotificationHandlerFactory handlerFactory)
Sets the handler factory to be used to construct push notification handlers for the server under construction.
|
Copyright © 2013–2018 Turo. All rights reserved.