Uses of Interface
com.eatthepath.pushy.apns.server.PushNotificationHandler
Package
Description
Contains classes and interfaces for working with mock APNs servers.
-
Uses of PushNotificationHandler in com.eatthepath.pushy.apns.server
Modifier and TypeMethodDescriptionAcceptAllPushNotificationHandlerFactory.buildHandler
(SSLSession sslSession) Constructs a new push notification handler that unconditionally accepts all push notifications.PushNotificationHandlerFactory.buildHandler
(SSLSession sslSession) Constructs a new push notification handler that will process notifications from a single connection to a mock server.ValidatingPushNotificationHandlerFactory.buildHandler
(SSLSession sslSession)