Uses of Class
com.notnoop.mpns.exceptions.NetworkIOException

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

Uses of NetworkIOException in com.notnoop.mpns
 

Methods in com.notnoop.mpns that throw NetworkIOException
 void MpnsService.push(String subscriptionUri, MpnsNotification message)
          Sends the provided notification message to the desired destination.
 void MpnsService.push(String subscriptionUri, String payload, Collection<? extends Map.Entry<String,String>> headers)
          Sends a push notification with the provided payload to the iPhone of deviceToken.
 

Uses of NetworkIOException in com.notnoop.mpns.internal
 

Methods in com.notnoop.mpns.internal that throw NetworkIOException
 void AbstractMpnsService.push(String subscriptionUri, MpnsNotification message)
           
 void AbstractMpnsService.push(String subscriptionUri, String payload, Collection<? extends Map.Entry<String,String>> headers)
           
 



Copyright © 2015. All Rights Reserved.