public class AppleDelegate
extends java.lang.Object
implements com.notnoop.apns.ApnsDelegate
Constructor and Description |
---|
AppleDelegate() |
Modifier and Type | Method and Description |
---|---|
void |
cacheLengthExceeded(int newCacheLength) |
void |
connectionClosed(com.notnoop.apns.DeliveryError deliveryError,
int identifier) |
void |
messageSendFailed(com.notnoop.apns.ApnsNotification notification,
java.lang.Throwable throwable) |
void |
messageSent(com.notnoop.apns.ApnsNotification notification,
boolean resent) |
void |
notificationsResent(int resendCount) |
protected void |
sendResponse(AppleResponse appleResponse) |
public void cacheLengthExceeded(int newCacheLength)
cacheLengthExceeded
in interface com.notnoop.apns.ApnsDelegate
public void connectionClosed(com.notnoop.apns.DeliveryError deliveryError, int identifier)
connectionClosed
in interface com.notnoop.apns.ApnsDelegate
public void messageSendFailed(com.notnoop.apns.ApnsNotification notification, java.lang.Throwable throwable)
messageSendFailed
in interface com.notnoop.apns.ApnsDelegate
public void messageSent(com.notnoop.apns.ApnsNotification notification, boolean resent)
messageSent
in interface com.notnoop.apns.ApnsDelegate
public void notificationsResent(int resendCount)
notificationsResent
in interface com.notnoop.apns.ApnsDelegate
protected void sendResponse(AppleResponse appleResponse)