Uses of Class
org.eclipse.paho.client.mqttv3.MqttConnectOptions

Packages that use MqttConnectOptions
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 MqttConnectOptions in org.eclipse.paho.client.mqttv3
 

Methods in org.eclipse.paho.client.mqttv3 with parameters of type MqttConnectOptions
 void MqttClient.connect(MqttConnectOptions options)
           
 IMqttToken IMqttAsyncClient.connect(MqttConnectOptions options)
          Connects to an MQTT server using the provided connect options.
 void IMqttClient.connect(MqttConnectOptions options)
          Connects to an MQTT server using the specified options.
 IMqttToken MqttAsyncClient.connect(MqttConnectOptions options)
           
 IMqttToken IMqttAsyncClient.connect(MqttConnectOptions options, Object userContext, IMqttActionListener callback)
          Connects to an MQTT server using the specified options.
 IMqttToken MqttAsyncClient.connect(MqttConnectOptions options, Object userContext, IMqttActionListener callback)
           
protected  NetworkModule[] MqttAsyncClient.createNetworkModules(String address, MqttConnectOptions options)
          Factory method to create an array of network modules, one for each of the supplied URIs
 

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

Methods in org.eclipse.paho.client.mqttv3.internal that return MqttConnectOptions
 MqttConnectOptions ClientComms.getConOptions()
           
 

Methods in org.eclipse.paho.client.mqttv3.internal with parameters of type MqttConnectOptions
 void ClientComms.connect(MqttConnectOptions options, MqttToken token)
          Sends a connect message and waits for an ACK or NACK.
 

Constructors in org.eclipse.paho.client.mqttv3.internal with parameters of type MqttConnectOptions
ConnectActionListener(MqttAsyncClient client, MqttClientPersistence persistence, ClientComms comms, MqttConnectOptions options, MqttToken userToken, Object userContext, IMqttActionListener userCallback)
           
 



Copyright © 2013. All Rights Reserved.