Uses of Interface
org.eclipse.paho.client.mqttv3.IMqttAsyncClient

Packages that use IMqttAsyncClient
org.eclipse.paho.client.mqttv3 Contains a programming interface enabling applications to communicate with an MQTT server. 
org.eclipse.paho.client.mqttv3.internal   
 

Uses of IMqttAsyncClient in org.eclipse.paho.client.mqttv3
 

Classes in org.eclipse.paho.client.mqttv3 that implement IMqttAsyncClient
 class MqttAsyncClient
          Lightweight client for talking to an MQTT server using non-blocking methods that allow an operation to run in the background.
 

Methods in org.eclipse.paho.client.mqttv3 that return IMqttAsyncClient
 IMqttAsyncClient IMqttToken.getClient()
          Returns the MQTT client that is responsible for processing the asynchronous action
 IMqttAsyncClient MqttToken.getClient()
           
 

Uses of IMqttAsyncClient in org.eclipse.paho.client.mqttv3.internal
 

Methods in org.eclipse.paho.client.mqttv3.internal that return IMqttAsyncClient
 IMqttAsyncClient Token.getClient()
           
 IMqttAsyncClient ClientComms.getClient()
           
 

Methods in org.eclipse.paho.client.mqttv3.internal with parameters of type IMqttAsyncClient
protected  void Token.setClient(IMqttAsyncClient client)
           
 

Constructors in org.eclipse.paho.client.mqttv3.internal with parameters of type IMqttAsyncClient
ClientComms(IMqttAsyncClient client, MqttClientPersistence persistence)
          Creates a new ClientComms object, using the specified module to handle the network calls.
 



Copyright © 2013. All Rights Reserved.