Uses of Class
com.eatthepath.pushy.apns.server.RejectedNotificationException
Packages that use RejectedNotificationException
Package
Description
Contains classes and interfaces for working with mock APNs servers.
-
Uses of RejectedNotificationException in com.eatthepath.pushy.apns.server
Subclasses of RejectedNotificationException in com.eatthepath.pushy.apns.serverModifier and TypeClassDescriptionclassAn exception thrown byPushNotificationHandlerinstances 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).Methods in com.eatthepath.pushy.apns.server that throw RejectedNotificationExceptionModifier and TypeMethodDescriptionvoidPushNotificationHandler.handlePushNotification(Http2Headers headers, ByteBuf payload) Processes a push notification received by a mock server.