| Package | Description |
|---|---|
| org.eclipse.paho.client.mqttv3 |
Contains a programming interface enabling applications to communicate with an MQTT server.
|
| org.eclipse.paho.client.mqttv3.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
MqttAsyncClient
Lightweight client for talking to an MQTT server using non-blocking methods
that allow an operation to run in the background.
|
| Modifier and Type | Method and Description |
|---|---|
IMqttAsyncClient |
MqttToken.getClient() |
IMqttAsyncClient |
IMqttToken.getClient()
Returns the MQTT client that is responsible for processing the asynchronous
action
|
| Modifier and Type | Method and Description |
|---|---|
IMqttAsyncClient |
Token.getClient() |
IMqttAsyncClient |
ClientComms.getClient() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Token.setClient(IMqttAsyncClient client) |
| Constructor and Description |
|---|
ClientComms(IMqttAsyncClient client,
MqttClientPersistence persistence,
MqttPingSender pingSender,
ExecutorService executorService)
Creates a new ClientComms object, using the specified module to handle
the network calls.
|
Copyright © 2017 Eclipse Paho. All Rights Reserved.