Uses of Class
com.notnoop.mpns.MpnsResponse

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

Uses of MpnsResponse in com.notnoop.mpns
 

Methods in com.notnoop.mpns that return MpnsResponse
static MpnsResponse MpnsResponse.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MpnsResponse[] MpnsResponse.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.notnoop.mpns with parameters of type MpnsResponse
 void MpnsDelegate.messageFailed(MpnsNotification message, MpnsResponse response, String subscriptionUri)
           
 void MpnsDelegate.messageSent(MpnsNotification message, MpnsResponse response, String subscriptionUri)
           
 

Uses of MpnsResponse in com.notnoop.mpns.internal
 

Methods in com.notnoop.mpns.internal that return MpnsResponse
static MpnsResponse Utilities.logicalResponseFor(org.apache.http.HttpResponse response)
           
 



Copyright © 2015. All Rights Reserved.