- DatabaseMessageStore - Class in org.eclipse.paho.android.service
-
Implementation of the
MessageStore
interface, using a SQLite database
- DatabaseMessageStore(MqttService, Context) - Constructor for class org.eclipse.paho.android.service.DatabaseMessageStore
-
Constructor - create a DatabaseMessageStore to store arrived MQTT message
- deliveryComplete(IMqttDeliveryToken) - Method in class org.eclipse.paho.android.service.MqttConnection
-
Callback to indicate a message has been delivered (the exact meaning of
"has been delivered" is dependent on the QOS value)
- describeContents() - Method in class org.eclipse.paho.android.service.ParcelableMqttMessage
-
Describes the contents of this object
- DESTINATION_NAME - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- discardArrived(String, String) - Method in class org.eclipse.paho.android.service.DatabaseMessageStore
-
Delete an MQTT message.
- discardArrived(String, String) - Method in interface org.eclipse.paho.android.service.MessageStore
-
Discard a message - called when we are certain that an arrived message
has reached the application.
- disconnect() - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Disconnects from the server.
- disconnect(long) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Disconnects from the server.
- disconnect(Object, IMqttActionListener) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Disconnects from the server.
- disconnect(long, Object, IMqttActionListener) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Disconnects from the server.
- disconnect(long, String, String) - Method in class org.eclipse.paho.android.service.MqttConnection
-
Disconnect from the server
- disconnect(String, String) - Method in class org.eclipse.paho.android.service.MqttConnection
-
Disconnect from the server
- disconnect(String, String, String) - Method in class org.eclipse.paho.android.service.MqttService
-
Disconnect from the server
- disconnect(String, long, String, String) - Method in class org.eclipse.paho.android.service.MqttService
-
Disconnect from the server
- DISCONNECT_ACTION - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- disconnectForcibly() - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
- disconnectForcibly(long) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
- disconnectForcibly(long, long) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
- DUPLICATE - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-