public class ApnsFeedbackConnection extends Object
| Constructor and Description |
|---|
ApnsFeedbackConnection(SocketFactory factory,
String host,
int port) |
ApnsFeedbackConnection(SocketFactory factory,
String host,
int port,
Proxy proxy,
int readTimeout,
int connectTimeout,
String proxyUsername,
String proxyPassword) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Date> |
getInactiveDevices() |
Map<String,Date> |
getInactiveDevicesImpl() |
public ApnsFeedbackConnection(SocketFactory factory, String host, int port)
public ApnsFeedbackConnection(SocketFactory factory, String host, int port, Proxy proxy, int readTimeout, int connectTimeout, String proxyUsername, String proxyPassword)
public Map<String,Date> getInactiveDevices() throws NetworkIOException
NetworkIOExceptionpublic Map<String,Date> getInactiveDevicesImpl() throws IOException
IOExceptionCopyright © 2015. All rights reserved.