Class AcceptAllPushNotificationHandlerFactory

java.lang.Object
com.eatthepath.pushy.apns.server.AcceptAllPushNotificationHandlerFactory
All Implemented Interfaces:
PushNotificationHandlerFactory

public class AcceptAllPushNotificationHandlerFactory
extends Object
implements PushNotificationHandlerFactory
A factory for push notification handlers that unconditionally accept all push notifications.
Since:
0.12
Author:
Jon Chambers
See Also:
MockApnsServerBuilder.setHandlerFactory(PushNotificationHandlerFactory)