Uses of Interface
com.eatthepath.pushy.apns.server.PushNotificationHandlerFactory
Packages that use PushNotificationHandlerFactory
Package
Description
Contains classes and interfaces for working with mock APNs servers.
-
Uses of PushNotificationHandlerFactory in com.eatthepath.pushy.apns.server
Classes in com.eatthepath.pushy.apns.server that implement PushNotificationHandlerFactoryModifier and TypeClassDescriptionclassA factory for push notification handlers that unconditionally accept all push notifications.classA push notification handler factory that constructs handlers that, to the extent possible, perform the same checks and validation steps as a real APNs server.Methods in com.eatthepath.pushy.apns.server with parameters of type PushNotificationHandlerFactoryModifier and TypeMethodDescriptionMockApnsServerBuilder.setHandlerFactory(PushNotificationHandlerFactory handlerFactory) Sets the handler factory to be used to construct push notification handlers for the server under construction.