|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MqttClientPersistence | |
---|---|
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.persist | Contains implementations of the MqttClientPersistence interface. |
Uses of MqttClientPersistence in org.eclipse.paho.client.mqttv3 |
---|
Constructors in org.eclipse.paho.client.mqttv3 with parameters of type MqttClientPersistence | |
---|---|
MqttAsyncClient(String serverURI,
String clientId,
MqttClientPersistence persistence)
Create an MqttAsyncClient that is used to communicate with an MQTT server. |
|
MqttClient(String serverURI,
String clientId,
MqttClientPersistence persistence)
Create an MqttClient that can be used to communicate with an MQTT server. |
Uses of MqttClientPersistence in org.eclipse.paho.client.mqttv3.internal |
---|
Constructors in org.eclipse.paho.client.mqttv3.internal with parameters of type MqttClientPersistence | |
---|---|
ClientComms(IMqttAsyncClient client,
MqttClientPersistence persistence)
Creates a new ClientComms object, using the specified module to handle the network calls. |
|
ClientState(MqttClientPersistence persistence,
CommsTokenStore tokenStore,
CommsCallback callback,
ClientComms clientComms)
|
|
ConnectActionListener(MqttAsyncClient client,
MqttClientPersistence persistence,
ClientComms comms,
MqttConnectOptions options,
MqttToken userToken,
Object userContext,
IMqttActionListener userCallback)
|
Uses of MqttClientPersistence in org.eclipse.paho.client.mqttv3.persist |
---|
Classes in org.eclipse.paho.client.mqttv3.persist that implement MqttClientPersistence | |
---|---|
class |
MemoryPersistence
Persistence that uses memory In cases where reliability is not required across client or device restarts memory this memory peristence can be used. |
class |
MqttDefaultFilePersistence
An implementation of the MqttClientPersistence interface that provides
file based persistence. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |