- close() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
-
Close the client Releases all resource associated with the client.
- close() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
-
- connect() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
-
Connects to an MQTT server using the default options.
- connect(MqttConnectOptions) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
-
Connects to an MQTT server using the specified options.
- connect() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
-
- connect(MqttConnectOptions) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
-
- CONNECTION_TIMEOUT_DEFAULT - Static variable in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
-
The default connection timeout in seconds if one is not specified.
- connectionLost(Throwable) - Method in interface org.eclipse.paho.client.mqttv3.MqttCallback
-
This method is called when the connection to the server is lost.