public class AppleResponse
extends com.liferay.push.notifications.sender.BaseResponse
Modifier and Type | Field and Description |
---|---|
protected int |
expiry |
protected boolean |
resent |
Modifier | Constructor and Description |
---|---|
protected |
AppleResponse(com.notnoop.apns.ApnsNotification apnsNotification) |
|
AppleResponse(com.notnoop.apns.ApnsNotification apnsNotification,
boolean resent) |
|
AppleResponse(com.notnoop.apns.ApnsNotification apnsNotification,
java.lang.Throwable throwable) |
|
AppleResponse(int identifier,
com.notnoop.apns.DeliveryError deliveryError) |
Modifier and Type | Method and Description |
---|---|
int |
getExpiry() |
protected java.lang.String |
getHexadecimalString(byte[] token) |
boolean |
isResent() |
public AppleResponse(com.notnoop.apns.ApnsNotification apnsNotification, boolean resent)
public AppleResponse(com.notnoop.apns.ApnsNotification apnsNotification, java.lang.Throwable throwable)
public AppleResponse(int identifier, com.notnoop.apns.DeliveryError deliveryError)
protected AppleResponse(com.notnoop.apns.ApnsNotification apnsNotification)