Uses of Class
net.sf.xenqtt.client.Subscription

Packages that use Subscription
net.sf.xenqtt   
net.sf.xenqtt.client   
 

Uses of Subscription in net.sf.xenqtt
 

Methods in net.sf.xenqtt that return Subscription
 Subscription[] MqttQosNotGrantedException.getGrantedSubscriptions()
           
 

Constructors in net.sf.xenqtt with parameters of type Subscription
MqttQosNotGrantedException(Subscription[] grantedSubscriptions)
          Create a new instance of this class.
 

Uses of Subscription in net.sf.xenqtt.client
 

Methods in net.sf.xenqtt.client that return Subscription
 Subscription[] MqttClient.subscribe(Subscription[] subscriptions)
          Subscribes to topics.
 

Methods in net.sf.xenqtt.client that return types with arguments of type Subscription
 List<Subscription> MqttClient.subscribe(List<Subscription> subscriptions)
          Subscribes to topics.
 

Methods in net.sf.xenqtt.client with parameters of type Subscription
 Subscription[] MqttClient.subscribe(Subscription[] subscriptions)
          Subscribes to topics.
 void AsyncClientListener.subscribed(MqttClient client, Subscription[] requestedSubscriptions, Subscription[] grantedSubscriptions, boolean requestsGranted)
          Called when the client receives a subscribe acknowledgment from the broker.
 void AsyncClientListener.subscribed(MqttClient client, Subscription[] requestedSubscriptions, Subscription[] grantedSubscriptions, boolean requestsGranted)
          Called when the client receives a subscribe acknowledgment from the broker.
 

Method parameters in net.sf.xenqtt.client with type arguments of type Subscription
 List<Subscription> MqttClient.subscribe(List<Subscription> subscriptions)
          Subscribes to topics.
 



Copyright © 2013. All Rights Reserved.