| 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 |
ScheduledExecutorPingSender
Default ping sender implementation
|
class |
TimerPingSender
Default ping sender implementation
|
| Constructor and Description |
|---|
MqttAsyncClient(String serverURI,
String clientId,
MqttClientPersistence persistence,
MqttPingSender pingSender) |
MqttAsyncClient(String serverURI,
String clientId,
MqttClientPersistence persistence,
MqttPingSender pingSender,
ScheduledExecutorService executorService)
Create an MqttAsyncClient that is used to communicate with an MQTT server.
|
| 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.
|
ClientState(MqttClientPersistence persistence,
CommsTokenStore tokenStore,
CommsCallback callback,
ClientComms clientComms,
MqttPingSender pingSender) |
Copyright © 2018 Eclipse Paho. All Rights Reserved.