Uses of Enum
com.eatthepath.pushy.apns.server.RejectionReason
Package
Description
Contains classes and interfaces for working with mock APNs servers.
-
Uses of RejectionReason in com.eatthepath.pushy.apns.server
Modifier and TypeMethodDescriptionstatic RejectionReason
Returns the enum constant of this type with the specified name.static RejectionReason[]
RejectionReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
MockApnsServerListener.handlePushNotificationRejected
(Http2Headers headers, ByteBuf payload, RejectionReason rejectionReason, Instant deviceTokenExpirationTimestamp) Indicates that a push notification has been rejected by the mock server.abstract void
ParsingMockApnsServerListenerAdapter.handlePushNotificationRejected
(ApnsPushNotification pushNotification, RejectionReason rejectionReason, Instant deviceTokenExpirationTimestamp) Handles a parsed push notification accepted by a mock server.void
ParsingMockApnsServerListenerAdapter.handlePushNotificationRejected
(Http2Headers headers, ByteBuf payload, RejectionReason rejectionReason, Instant deviceTokenExpirationTimestamp) Parses a push notification rejected by a mock APNs server into anApnsPushNotification
instance for further processing byParsingMockApnsServerListenerAdapter.handlePushNotificationRejected(ApnsPushNotification, RejectionReason, Instant)
.ModifierConstructorDescriptionRejectedNotificationException
(RejectionReason rejectionReason) Constructs a new rejected notification exception with the given rejection reason and notification identifier.