Uses of Class
javapns.notification.ResponsePacket

Packages that use ResponsePacket
javapns.notification Classes for pushing notifications through Apple servers. 
javapns.notification.exceptions Notification-related exceptions thrown by the javapns library. 
 

Uses of ResponsePacket in javapns.notification
 

Methods in javapns.notification that return ResponsePacket
 ResponsePacket PushedNotification.getResponse()
          If a response packet regarding this notification was received, this method returns it.
 

Methods in javapns.notification with parameters of type ResponsePacket
protected  void PushedNotification.setResponse(ResponsePacket response)
           
 

Uses of ResponsePacket in javapns.notification.exceptions
 

Methods in javapns.notification.exceptions that return ResponsePacket
 ResponsePacket ErrorResponsePacketReceivedException.getPacket()
           
 

Constructors in javapns.notification.exceptions with parameters of type ResponsePacket
ErrorResponsePacketReceivedException(ResponsePacket packet)
           
 



Copyright © 2016. All Rights Reserved.