public class PKSendPushNotificationUtil extends Object
| Constructor | Description |
|---|---|
PKSendPushNotificationUtil(String pathToP12,
String passwordForP12) |
|
PKSendPushNotificationUtil(String pathToP12,
String passwordForP12,
int poolSize) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
finalize() |
|
protected InputStream |
getStreamOfP12File(String pathToP12) |
|
void |
sendMultiplePushNotifications(List<String> pushtokens) |
Deprecated.
|
void |
sendPushNotification(String pushtoken) |
Deprecated.
|
com.turo.pushy.apns.util.concurrent.PushNotificationFuture<com.turo.pushy.apns.util.SimpleApnsPushNotification,com.turo.pushy.apns.PushNotificationResponse<com.turo.pushy.apns.util.SimpleApnsPushNotification>> |
sendPushNotificationAsync(String pushtoken) |
|
void |
setClient(com.turo.pushy.apns.ApnsClient newClient) |
public PKSendPushNotificationUtil(String pathToP12, String passwordForP12) throws FileNotFoundException, SSLException, IOException
public PKSendPushNotificationUtil(String pathToP12, String passwordForP12, int poolSize) throws FileNotFoundException, SSLException, IOException
protected InputStream getStreamOfP12File(String pathToP12) throws FileNotFoundException
FileNotFoundException@Deprecated public void sendPushNotification(String pushtoken)
public com.turo.pushy.apns.util.concurrent.PushNotificationFuture<com.turo.pushy.apns.util.SimpleApnsPushNotification,com.turo.pushy.apns.PushNotificationResponse<com.turo.pushy.apns.util.SimpleApnsPushNotification>> sendPushNotificationAsync(String pushtoken)
@Deprecated public void sendMultiplePushNotifications(List<String> pushtokens)
public void setClient(com.turo.pushy.apns.ApnsClient newClient)
Copyright © 2012–2018. All rights reserved.