com.notnoop.apns.internal
Class ApnsFeedbackConnection

java.lang.Object
  extended by com.notnoop.apns.internal.ApnsFeedbackConnection

public class ApnsFeedbackConnection
extends Object


Constructor Summary
ApnsFeedbackConnection(SocketFactory factory, String host, int port)
           
ApnsFeedbackConnection(SocketFactory factory, String host, int port, Proxy proxy)
           
 
Method Summary
 Map<String,Date> getInactiveDevices()
           
 Map<String,Date> getInactiveDevicesImpl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApnsFeedbackConnection

public ApnsFeedbackConnection(SocketFactory factory,
                              String host,
                              int port)

ApnsFeedbackConnection

public ApnsFeedbackConnection(SocketFactory factory,
                              String host,
                              int port,
                              Proxy proxy)
Method Detail

getInactiveDevices

public Map<String,Date> getInactiveDevices()
                                    throws NetworkIOException
Throws:
NetworkIOException

getInactiveDevicesImpl

public Map<String,Date> getInactiveDevicesImpl()
                                        throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.