Uses of Class
com.eatthepath.pushy.apns.server.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 classUnregisteredDeviceTokenExceptionAn 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 RejectedNotificationException Modifier and Type Method Description voidPushNotificationHandler. handlePushNotification(Http2Headers headers, ByteBuf payload)Processes a push notification received by a mock server.