Uses of Class
com.eatthepath.pushy.apns.server.RejectedNotificationException
-
Packages that use RejectedNotificationException Package Description com.eatthepath.pushy.apns.server 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.server Modifier and Type Class Description class
UnregisteredDeviceTokenException
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).Methods in com.eatthepath.pushy.apns.server that throw RejectedNotificationException Modifier and Type Method Description void
PushNotificationHandler. handlePushNotification(Http2Headers headers, ByteBuf payload)
Processes a push notification received by a mock server.
-