Package | Description |
---|---|
org.eclipse.paho.client.mqttv3.internal | |
org.eclipse.paho.client.mqttv3.internal.wire |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientState.deliveryComplete(MqttPublish message) |
protected void |
ClientComms.deliveryComplete(MqttPublish msg) |
void |
CommsCallback.messageArrived(MqttPublish sendMessage)
This method is called when a message arrives on a topic.
|
protected MqttDeliveryToken |
CommsTokenStore.restoreToken(MqttPublish message)
Restores a token after a client restart.
|
protected void |
ClientState.undo(MqttPublish message)
This removes the MqttSend message from the outbound queue and persistence.
|
Constructor and Description |
---|
MqttPubAck(MqttPublish publish) |
MqttPubComp(MqttPublish publish) |
MqttPubRec(MqttPublish publish) |
Copyright © 2017 Eclipse Paho. All rights reserved.