| 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 | |
| org.eclipse.paho.client.mqttv3.internal.wire | |
| org.eclipse.paho.client.mqttv3.persist |
Contains implementations of the MqttClientPersistence interface.
|
| Modifier and Type | Method and Description |
|---|---|
MqttPersistable |
MqttClientPersistence.get(String key)
Gets the specified data out of the persistent store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MqttClientPersistence.put(String key,
MqttPersistable persistable)
Puts the specified data into the persistent store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MqttPersistentData |
| Modifier and Type | Class and Description |
|---|---|
class |
MqttPersistableWireMessage |
class |
MqttPublish
An on-the-wire representation of an MQTT SEND message.
|
class |
MqttPubRel
An on-the-wire representation of an MQTT PUBREL message.
|
| Modifier and Type | Method and Description |
|---|---|
static MqttWireMessage |
MqttWireMessage.createWireMessage(MqttPersistable data) |
| Modifier and Type | Method and Description |
|---|---|
MqttPersistable |
MqttDefaultFilePersistence.get(String key) |
MqttPersistable |
MemoryPersistence.get(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
MqttDefaultFilePersistence.put(String key,
MqttPersistable message)
Writes the specified persistent data to the previously specified persistence directory.
|
void |
MemoryPersistence.put(String key,
MqttPersistable persistable) |
Copyright © 2018 Eclipse Paho. All Rights Reserved.