- onFailure(IMqttToken, Throwable) - Method in interface org.eclipse.paho.client.mqttv3.IMqttActionListener
-
This method is invoked when an action fails.
- onFailure(IMqttToken, Throwable) - Method in class org.eclipse.paho.client.mqttv3.internal.ConnectActionListener
-
The connect failed, so try the next URI on the list.
- onSuccess(IMqttToken) - Method in interface org.eclipse.paho.client.mqttv3.IMqttActionListener
-
This method is invoked when an action has completed successfully.
- onSuccess(IMqttToken) - Method in class org.eclipse.paho.client.mqttv3.internal.ConnectActionListener
-
If the connect succeeded then call the users onSuccess callback
- open() - Method in class org.eclipse.paho.client.mqttv3.internal.CommsTokenStore
-
- open(String, String) - Method in interface org.eclipse.paho.client.mqttv3.MqttClientPersistence
-
Initialise the persistent store.
- open(String, String) - Method in class org.eclipse.paho.client.mqttv3.persist.MemoryPersistence
-
- org.eclipse.paho.client.mqttv3 - package org.eclipse.paho.client.mqttv3
-
Contains a programming interface enabling applications to communicate with an MQTT server.
- org.eclipse.paho.client.mqttv3.internal - package org.eclipse.paho.client.mqttv3.internal
-
- org.eclipse.paho.client.mqttv3.internal.dependencyinjection - package org.eclipse.paho.client.mqttv3.internal.dependencyinjection
-
- org.eclipse.paho.client.mqttv3.internal.wire - package org.eclipse.paho.client.mqttv3.internal.wire
-
- org.eclipse.paho.client.mqttv3.logging - package org.eclipse.paho.client.mqttv3.logging
-
Provides facilities to write and format log and trace to help debug problems.
- org.eclipse.paho.client.mqttv3.persist - package org.eclipse.paho.client.mqttv3.persist
-
Copyright (c) 2009, 2014 IBM Corp.
- org.eclipse.paho.client.mqttv3.util - package org.eclipse.paho.client.mqttv3.util
-
Provides helpers and utilities.