Uses of Interface
com.eatthepath.pushy.apns.server.PushNotificationHandlerFactory
- 
Packages that use PushNotificationHandlerFactory Package Description com.eatthepath.pushy.apns.server 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 PushNotificationHandlerFactory Modifier and Type Class Description classAcceptAllPushNotificationHandlerFactoryA factory for push notification handlers that unconditionally accept all push notifications.classValidatingPushNotificationHandlerFactoryA 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 PushNotificationHandlerFactory Modifier and Type Method Description MockApnsServerBuilderMockApnsServerBuilder. setHandlerFactory(PushNotificationHandlerFactory handlerFactory)Sets the handler factory to be used to construct push notification handlers for the server under construction. 
 -