|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MqttDeliveryToken | |
|---|---|
| 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 MqttDeliveryToken in org.eclipse.paho.client.mqttv3 |
|---|
| Methods in org.eclipse.paho.client.mqttv3 that return MqttDeliveryToken | |
|---|---|
MqttDeliveryToken |
MqttTopic.publish(byte[] payload,
int qos,
boolean retained)
Publishes a message on the topic. |
MqttDeliveryToken |
MqttTopic.publish(MqttMessage message)
Publishes the specified message to this topic, but does not wait for delivery of the message to complete. |
| Uses of MqttDeliveryToken in org.eclipse.paho.client.mqttv3.internal |
|---|
| Methods in org.eclipse.paho.client.mqttv3.internal that return MqttDeliveryToken | |
|---|---|
MqttDeliveryToken[] |
CommsTokenStore.getOutstandingDelTokens()
|
MqttDeliveryToken[] |
ClientComms.getPendingDeliveryTokens()
|
protected MqttDeliveryToken |
CommsTokenStore.restoreToken(MqttPublish message)
Restores a token after a client restart. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||