Uses of Class
com.eatthepath.pushy.apns.server.RejectedNotificationException
Package
Description
Contains classes and interfaces for working with mock APNs servers.
-
Uses of RejectedNotificationException in com.eatthepath.pushy.apns.server
Modifier and TypeClassDescriptionclass
An exception thrown byPushNotificationHandler
instances to indicate that a push notification should be rejected by the server because its destination device token is no longer valid (presumably because the receiving app has been removed from the destination device).Modifier and TypeMethodDescriptionvoid
PushNotificationHandler.handlePushNotification
(Http2Headers headers, ByteBuf payload) Processes a push notification received by a mock server.