Uses of Class
com.notnoop.exceptions.NetworkIOException

Packages that use NetworkIOException
com.notnoop.apns   
com.notnoop.apns.internal   
 

Uses of NetworkIOException in com.notnoop.apns
 

Methods in com.notnoop.apns that throw NetworkIOException
 Map<String,Date> ApnsService.getInactiveDevices()
          Returns the list of devices that reported failed-delivery attempts to the Apple Feedback services.
 void ApnsService.push(ApnsNotification message)
          Sends the provided notification message to the desired destination.
 ApnsNotification ApnsService.push(byte[] deviceToken, byte[] payload)
          Sends a push notification with the provided payload to the iPhone of deviceToken.
 EnhancedApnsNotification ApnsService.push(byte[] deviceToken, byte[] payload, int expiry)
           
 Collection<? extends ApnsNotification> ApnsService.push(Collection<byte[]> deviceTokens, byte[] payload)
          Sends a bulk push notification with the provided payload to iPhone of deviceTokens set.
 Collection<? extends EnhancedApnsNotification> ApnsService.push(Collection<byte[]> deviceTokens, byte[] payload, int expiry)
           
 Collection<? extends ApnsNotification> ApnsService.push(Collection<String> deviceTokens, String payload)
          Sends a bulk push notification with the provided payload to iPhone of deviceTokens set.
 Collection<? extends EnhancedApnsNotification> ApnsService.push(Collection<String> deviceTokens, String payload, Date expiry)
           
 ApnsNotification ApnsService.push(String deviceToken, String payload)
          Sends a push notification with the provided payload to the iPhone of deviceToken.
 EnhancedApnsNotification ApnsService.push(String deviceToken, String payload, Date expiry)
           
 void ApnsService.testConnection()
          Test that the service is setup properly and the Apple servers are reachable.
 

Uses of NetworkIOException in com.notnoop.apns.internal
 

Methods in com.notnoop.apns.internal that throw NetworkIOException
 Map<String,Date> QueuedApnsService.getInactiveDevices()
           
 Map<String,Date> ApnsFeedbackConnection.getInactiveDevices()
           
 void BatchApnsService.push(ApnsNotification message)
           
 void ApnsServiceImpl.push(ApnsNotification msg)
           
 void ApnsPooledConnection.sendMessage(ApnsNotification m)
           
 void ApnsConnectionImpl.sendMessage(ApnsNotification m)
           
 void ApnsConnection.sendMessage(ApnsNotification m)
           
 void ApnsConnectionImpl.sendMessage(ApnsNotification m, boolean fromBuffer)
           
 void QueuedApnsService.testConnection()
           
 void BatchApnsService.testConnection()
           
 void ApnsConnectionImpl.testConnection()
           
 void ApnsConnection.testConnection()
           
static void Utilities.wrapAndThrowAsRuntimeException(Exception e)
           
 



Copyright © 2013. All Rights Reserved.