public interface ApnsConnection extends Closeable
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_CACHE_LENGTH |
| Modifier and Type | Method and Description |
|---|---|
ApnsConnection |
copy() |
int |
getCacheLength() |
void |
sendMessage(ApnsNotification m) |
void |
setCacheLength(int cacheLength) |
void |
testConnection() |
static final int DEFAULT_CACHE_LENGTH
void sendMessage(ApnsNotification m) throws NetworkIOException
NetworkIOExceptionvoid testConnection()
throws NetworkIOException
NetworkIOExceptionApnsConnection copy()
void setCacheLength(int cacheLength)
int getCacheLength()
Copyright © 2015. All rights reserved.