Package | Description |
---|---|
com.notnoop.apns | |
com.notnoop.apns.internal |
Modifier and Type | Interface and Description |
---|---|
interface |
StartSendingApnsDelegate
A delegate that also gets notified just before a notification is being delivered to the
Apple Server.
|
Modifier and Type | Class and Description |
---|---|
class |
ApnsDelegateAdapter
A no operation delegate that does nothing!
|
Modifier and Type | Field and Description |
---|---|
static ApnsDelegate |
ApnsDelegate.EMPTY
A no operation delegate that does nothing!
|
Modifier and Type | Method and Description |
---|---|
ApnsServiceBuilder |
ApnsServiceBuilder.withDelegate(ApnsDelegate delegate)
Sets the delegate of the service, that gets notified of the
status of message delivery.
|
Constructor and Description |
---|
ApnsConnectionImpl(SocketFactory factory,
String host,
int port,
Proxy proxy,
String proxyUsername,
String proxyPassword,
ReconnectPolicy reconnectPolicy,
ApnsDelegate delegate,
boolean errorDetection,
ThreadFactory tf,
int cacheLength,
boolean autoAdjustCacheLength,
int readTimeout,
int connectTimeout) |
Copyright © 2015. All rights reserved.