Uses of Interface
org.eclipse.paho.client.mqttv3.MqttPersistable

Packages that use MqttPersistable
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. 
 

Uses of MqttPersistable in org.eclipse.paho.client.mqttv3
 

Methods in org.eclipse.paho.client.mqttv3 that return MqttPersistable
 MqttPersistable MqttClientPersistence.get(String key)
          Gets the specified data out of the persistent store.
 

Methods in org.eclipse.paho.client.mqttv3 with parameters of type MqttPersistable
 void MqttClientPersistence.put(String key, MqttPersistable persistable)
          Puts the specified data into the persistent store.
 

Uses of MqttPersistable in org.eclipse.paho.client.mqttv3.internal
 

Classes in org.eclipse.paho.client.mqttv3.internal that implement MqttPersistable
 class MqttPersistentData
           
 

Uses of MqttPersistable in org.eclipse.paho.client.mqttv3.internal.wire
 

Classes in org.eclipse.paho.client.mqttv3.internal.wire that implement MqttPersistable
 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.
 

Methods in org.eclipse.paho.client.mqttv3.internal.wire with parameters of type MqttPersistable
static MqttWireMessage MqttWireMessage.createWireMessage(MqttPersistable data)
           
 

Uses of MqttPersistable in org.eclipse.paho.client.mqttv3.persist
 

Methods in org.eclipse.paho.client.mqttv3.persist that return MqttPersistable
 MqttPersistable MqttDefaultFilePersistence.get(String key)
           
 MqttPersistable MemoryPersistence.get(String key)
           
 

Methods in org.eclipse.paho.client.mqttv3.persist with parameters of type MqttPersistable
 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 © 2013. All Rights Reserved.