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