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.ApnsDelegatepublic void connectionClosed(com.notnoop.apns.DeliveryError deliveryError,
int identifier)
connectionClosed in interface com.notnoop.apns.ApnsDelegatepublic void messageSendFailed(com.notnoop.apns.ApnsNotification notification,
java.lang.Throwable throwable)
messageSendFailed in interface com.notnoop.apns.ApnsDelegatepublic void messageSent(com.notnoop.apns.ApnsNotification notification,
boolean resent)
messageSent in interface com.notnoop.apns.ApnsDelegatepublic void notificationsResent(int resendCount)
notificationsResent in interface com.notnoop.apns.ApnsDelegateprotected void sendResponse(AppleResponse appleResponse)