AeroGear SimplePush Server Protocol 0.11.0

Uses of Interface
org.jboss.aerogear.simplepush.protocol.Status

Packages that use Status
org.jboss.aerogear.simplepush.protocol   
org.jboss.aerogear.simplepush.protocol.impl   
 

Uses of Status in org.jboss.aerogear.simplepush.protocol
 

Methods in org.jboss.aerogear.simplepush.protocol that return Status
 Status UnregisterResponse.getStatus()
          Returns the result of the Register call
 Status RegisterResponse.getStatus()
          Returns the result of the Register call
 

Uses of Status in org.jboss.aerogear.simplepush.protocol.impl
 

Classes in org.jboss.aerogear.simplepush.protocol.impl that implement Status
 class StatusImpl
           
 

Methods in org.jboss.aerogear.simplepush.protocol.impl that return Status
 Status UnregisterResponseImpl.getStatus()
           
 Status RegisterResponseImpl.getStatus()
           
 

Constructors in org.jboss.aerogear.simplepush.protocol.impl with parameters of type Status
RegisterResponseImpl(String channelId, Status status, String pushEndpoint)
           
UnregisterResponseImpl(String channelId, Status status)
           
 


AeroGear SimplePush Server Protocol 0.11.0

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.