Uses of Class
com.esf.net.mqtt.client.service.EsfMqttException

Packages that use EsfMqttException
com.esf.net.mqtt.client.service   
 

Uses of EsfMqttException in com.esf.net.mqtt.client.service
 

Methods in com.esf.net.mqtt.client.service that throw EsfMqttException
 void IEsfMqttClient.connect()
          Connects to the MQtt broker.
 IEsfMqttCloudClient IEsfMqttService.createCloudIEsfMqttClient(java.lang.String clientId)
          Returns a IEsfMqttCloudClient implementation.
 IEsfMqttClient IEsfMqttService.createGenericIEsfMqttClient(java.lang.String brokerAddress, int brokerPort)
          Returns a generic IEsfMqttClient implementation using the specified broker address and port number.
 void IEsfMqttClient.disconnect()
          Disconnects from the MQtt broker.
 int IEsfMqttMasterClient.publish(java.lang.String topic, byte[] payload, int qos)
          Publishes a message to the MQtt broker.
 int IEsfMqttClient.publish(java.lang.String topic, byte[] payload, int qos)
          Publishes a message to the MQtt broker.
 int IEsfMqttMasterClient.publish(java.lang.String sensorId, java.lang.String topic, byte[] payload, int qos)
          Publishes a message to the MQtt broker.
 int IEsfMqttCloudClient.publish(java.lang.String sensorId, java.lang.String topic, byte[] payload, int qos)
          Publishes a message to the MQtt broker.
 int IEsfMqttMasterClient.subscribe(EsfMqttSubscription subscription)
          Subscribes to a topic with the MQtt broker.
 int IEsfMqttClient.subscribe(EsfMqttSubscription subscription)
          Subscribes to a topic with the MQtt broker.
 int IEsfMqttMasterClient.subscribe(EsfMqttSubscription[] subscriptions)
          Subscribes to one or more topics with the MQtt broker.
 int IEsfMqttClient.subscribe(EsfMqttSubscription[] subscriptions)
          Subscribes to one or more topics with the MQtt broker.
 int IEsfMqttMasterClient.subscribe(java.lang.String sensorId, EsfMqttSubscription subscription)
          Subscribes to a topic with the MQtt broker.
 int IEsfMqttCloudClient.subscribe(java.lang.String sensorId, EsfMqttSubscription subscription)
          Subscribes to a topic with the MQtt broker.
 int IEsfMqttMasterClient.subscribe(java.lang.String sensorId, EsfMqttSubscription[] subscriptions)
          Subscribes to one or more topics with the MQtt broker.
 int IEsfMqttCloudClient.subscribe(java.lang.String sensorId, EsfMqttSubscription[] subscriptions)
          Subscribes to one or more topics with the MQtt broker.
 int IEsfMqttMasterClient.subscribe(java.lang.String topic, int qos)
          Subscribes to a topic with the MQtt broker.
 int IEsfMqttClient.subscribe(java.lang.String topic, int qos)
          Subscribes to a topic with the MQtt broker.
 int IEsfMqttMasterClient.subscribe(java.lang.String sensorId, java.lang.String topic, int qos)
          Subscribes to a topic with the MQtt broker.
 int IEsfMqttCloudClient.subscribe(java.lang.String sensorId, java.lang.String topic, int qos)
          Subscribes to a topic with the MQtt broker.
 int IEsfMqttMasterClient.unsubscribe(EsfMqttSubscription subscription)
          Unsubscribes from a topic with the MQtt broker.
 int IEsfMqttClient.unsubscribe(EsfMqttSubscription subscription)
          Unsubscribes from a topic with the MQtt broker.
 int IEsfMqttMasterClient.unsubscribe(java.lang.String topic)
          Unsubscribes from a topic with the MQtt broker.
 int IEsfMqttClient.unsubscribe(java.lang.String topic)
          Unsubscribes from a topic with the MQtt broker.
 int IEsfMqttMasterClient.unsubscribe(java.lang.String sensorId, EsfMqttSubscription subscription)
          Unsubscribes from a topic with the MQtt broker.
 int IEsfMqttCloudClient.unsubscribe(java.lang.String sensorId, EsfMqttSubscription subscription)
          Unsubscribes from a topic with the MQtt broker.
 int IEsfMqttMasterClient.unsubscribe(java.lang.String sensorId, java.lang.String topic)
          Unsubscribes from a topic with the MQtt broker.
 int IEsfMqttCloudClient.unsubscribe(java.lang.String sensorId, java.lang.String topic)
          Unsubscribes from a topic with the MQtt broker.