Uses of Class
org.eclipse.paho.client.mqttv3.internal.ClientComms

Packages that use ClientComms
org.eclipse.paho.client.mqttv3 Contains a programming interface enabling applications to communicate with an MQTT server. 
org.eclipse.paho.client.mqttv3.internal   
org.eclipse.paho.client.mqttv3.util Provides helpers and utilities. 
 

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

Fields in org.eclipse.paho.client.mqttv3 declared as ClientComms
protected  ClientComms MqttAsyncClient.comms
           
 

Constructors in org.eclipse.paho.client.mqttv3 with parameters of type ClientComms
MqttTopic(String name, ClientComms comms)
           
 

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

Constructors in org.eclipse.paho.client.mqttv3.internal with parameters of type ClientComms
ClientState(MqttClientPersistence persistence, CommsTokenStore tokenStore, CommsCallback callback, ClientComms clientComms)
           
CommsReceiver(ClientComms clientComms, ClientState clientState, CommsTokenStore tokenStore, InputStream in)
           
CommsSender(ClientComms clientComms, ClientState clientState, CommsTokenStore tokenStore, OutputStream out)
           
ConnectActionListener(MqttAsyncClient client, MqttClientPersistence persistence, ClientComms comms, MqttConnectOptions options, MqttToken userToken, Object userContext, IMqttActionListener userCallback)
           
 

Uses of ClientComms in org.eclipse.paho.client.mqttv3.util
 

Constructors in org.eclipse.paho.client.mqttv3.util with parameters of type ClientComms
Debug(String clientID, ClientComms comms)
          Set the debug facility up for a specific client
 



Copyright © 2013. All Rights Reserved.