Package | Description |
---|---|
org.eclipse.paho.client.eclipse.view | |
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.sample.utility |
Modifier and Type | Class and Description |
---|---|
class |
MqttClientView
An MQTT client view.
|
Modifier and Type | Method and Description |
---|---|
void |
MqttClient.setCallback(MqttCallback callback) |
void |
MqttAsyncClient.setCallback(MqttCallback callback) |
void |
IMqttAsyncClient.setCallback(MqttCallback callback)
Sets a callback listener to use for events that happen asynchronously.
|
void |
IMqttClient.setCallback(MqttCallback callback)
Sets the callback listener to use for events that happen asynchronously.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientComms.setCallback(MqttCallback mqttCallback) |
void |
CommsCallback.setCallback(MqttCallback mqttCallback) |
Modifier and Type | Class and Description |
---|---|
class |
MQTTFrame
This class is the controlling class for the application.
|
Copyright © 2016 Eclipse Paho. All rights reserved.