Uses of Class
org.eclipse.paho.client.mqttv3.MqttTopic

Packages that use MqttTopic
org.eclipse.paho.client.mqttv3 Contains a programming interface enabling applications to communicate with an MQTT server. 
org.eclipse.paho.client.mqttv3.internal   
 

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

Methods in org.eclipse.paho.client.mqttv3 that return MqttTopic
 MqttTopic IMqttClient.getTopic(String topic)
          Get a topic object which can be used to publish messages.
protected  MqttTopic MqttAsyncClient.getTopic(String topic)
          Get a topic object which can be used to publish messages.
 MqttTopic MqttClient.getTopic(String topic)
           
 

Methods in org.eclipse.paho.client.mqttv3 with parameters of type MqttTopic
 void MqttConnectOptions.setWill(MqttTopic topic, byte[] payload, int qos, boolean retained)
          Sets the "Last Will and Testament" (LWT) for the connection.
 

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

Methods in org.eclipse.paho.client.mqttv3.internal that return MqttTopic
 MqttTopic DestinationProvider.getTopic(String topic)
           
protected  MqttTopic ClientComms.getTopic(String topic)
           
 



Copyright © 2013. All Rights Reserved.