|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MqttMessage | |
---|---|
org.eclipse.paho.client.mqttv3 | Contains a programming interface enabling applications to communicate with an MQTT server. |
org.eclipse.paho.client.mqttv3.internal | |
org.eclipse.paho.client.mqttv3.internal.wire |
Uses of MqttMessage in org.eclipse.paho.client.mqttv3 |
---|
Methods in org.eclipse.paho.client.mqttv3 that return MqttMessage | |
---|---|
MqttMessage |
MqttDeliveryToken.getMessage()
Returns the message associated with this token. |
MqttMessage |
IMqttDeliveryToken.getMessage()
Returns the message associated with this token. |
MqttMessage |
MqttConnectOptions.getWillMessage()
Returns the message to be sent as last will and testament (LWT). |
Methods in org.eclipse.paho.client.mqttv3 with parameters of type MqttMessage | |
---|---|
void |
MqttCallback.messageArrived(String topic,
MqttMessage message)
This method is called when a message arrives from the server. |
MqttDeliveryToken |
MqttTopic.publish(MqttMessage message)
Publishes the specified message to this topic, but does not wait for delivery of the message to complete. |
void |
MqttClient.publish(String topic,
MqttMessage message)
|
IMqttDeliveryToken |
IMqttAsyncClient.publish(String topic,
MqttMessage message)
Publishes a message to a topic on the server. |
void |
IMqttClient.publish(String topic,
MqttMessage message)
Publishes a message to a topic on the server. |
IMqttDeliveryToken |
MqttAsyncClient.publish(String topic,
MqttMessage message)
|
IMqttDeliveryToken |
IMqttAsyncClient.publish(String topic,
MqttMessage message,
Object userContext,
IMqttActionListener callback)
Publishes a message to a topic on the server. |
IMqttDeliveryToken |
MqttAsyncClient.publish(String topic,
MqttMessage message,
Object userContext,
IMqttActionListener callback)
|
protected void |
MqttDeliveryToken.setMessage(MqttMessage msg)
|
protected void |
MqttConnectOptions.setWill(String topic,
MqttMessage msg,
int qos,
boolean retained)
Sets up the will information, based on the supplied parameters. |
Uses of MqttMessage in org.eclipse.paho.client.mqttv3.internal |
---|
Fields in org.eclipse.paho.client.mqttv3.internal declared as MqttMessage | |
---|---|
protected MqttMessage |
Token.message
|
Methods in org.eclipse.paho.client.mqttv3.internal that return MqttMessage | |
---|---|
MqttMessage |
Token.getMessage()
|
Methods in org.eclipse.paho.client.mqttv3.internal with parameters of type MqttMessage | |
---|---|
void |
Token.setMessage(MqttMessage msg)
|
Uses of MqttMessage in org.eclipse.paho.client.mqttv3.internal.wire |
---|
Subclasses of MqttMessage in org.eclipse.paho.client.mqttv3.internal.wire | |
---|---|
class |
MqttReceivedMessage
|
Methods in org.eclipse.paho.client.mqttv3.internal.wire that return MqttMessage | |
---|---|
MqttMessage |
MqttPublish.getMessage()
|
Methods in org.eclipse.paho.client.mqttv3.internal.wire with parameters of type MqttMessage | |
---|---|
protected static byte[] |
MqttPublish.encodePayload(MqttMessage message)
|
Constructors in org.eclipse.paho.client.mqttv3.internal.wire with parameters of type MqttMessage | |
---|---|
MqttConnect(String clientId,
boolean cleanSession,
int keepAliveInterval,
String userName,
char[] password,
MqttMessage willMessage,
String willDestination)
|
|
MqttPublish(String name,
MqttMessage message)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |