Uses of Interface
com.eatthepath.pushy.apns.server.PushNotificationHandlerFactory
Package
Description
Contains classes and interfaces for working with mock APNs servers.
-
Uses of PushNotificationHandlerFactory in com.eatthepath.pushy.apns.server
Modifier and TypeClassDescriptionclass
A factory for push notification handlers that unconditionally accept all push notifications.class
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 TypeMethodDescriptionMockApnsServerBuilder.setHandlerFactory
(PushNotificationHandlerFactory handlerFactory) Sets the handler factory to be used to construct push notification handlers for the server under construction.