Uses of Class
org.fusesource.mqtt.client.QoS

Packages that use QoS
org.fusesource.mqtt.client   
org.fusesource.mqtt.codec   
 

Uses of QoS in org.fusesource.mqtt.client
 

Methods in org.fusesource.mqtt.client that return QoS
 QoS MQTT.getWillQos()
           
 QoS Topic.qos()
           
static QoS QoS.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QoS[] QoS.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.fusesource.mqtt.client with parameters of type QoS
 Future<java.lang.Void> FutureConnection.publish(java.lang.String topic, byte[] payload, QoS qos, boolean retain)
           
 void BlockingConnection.publish(java.lang.String topic, byte[] payload, QoS qos, boolean retain)
           
 void CallbackConnection.publish(java.lang.String topic, byte[] payload, QoS qos, boolean retain, Callback<java.lang.Void> cb)
           
 Future<java.lang.Void> FutureConnection.publish(org.fusesource.hawtbuf.UTF8Buffer topic, org.fusesource.hawtbuf.Buffer payload, QoS qos, boolean retain)
           
 void BlockingConnection.publish(org.fusesource.hawtbuf.UTF8Buffer topic, org.fusesource.hawtbuf.Buffer payload, QoS qos, boolean retain)
           
 void CallbackConnection.publish(org.fusesource.hawtbuf.UTF8Buffer topic, org.fusesource.hawtbuf.Buffer payload, QoS qos, boolean retain, Callback<java.lang.Void> cb)
           
 void MQTT.setWillQos(QoS willQos)
           
 

Constructors in org.fusesource.mqtt.client with parameters of type QoS
Topic(java.lang.String name, QoS qos)
           
Topic(org.fusesource.hawtbuf.UTF8Buffer name, QoS qos)
           
 

Uses of QoS in org.fusesource.mqtt.codec
 

Methods in org.fusesource.mqtt.codec that return QoS
 QoS UNSUBSCRIBE.qos()
           
 QoS SUBSCRIBE.qos()
           
 QoS PUBREL.qos()
           
 QoS PUBLISH.qos()
           
 QoS MQTTFrame.qos()
           
 QoS MessageSupport.Acked.qos()
           
protected  QoS MessageSupport.HeaderBase.qos()
           
 QoS CONNECT.willQos()
           
 

Methods in org.fusesource.mqtt.codec with parameters of type QoS
 PUBLISH PUBLISH.qos(QoS qos)
           
 MQTTFrame MQTTFrame.qos(QoS qos)
           
protected  MessageSupport.HeaderBase MessageSupport.HeaderBase.qos(QoS qos)
           
 CONNECT CONNECT.willQos(QoS willQos)
           
 



Copyright © 2010-2012 FuseSource, Corp.. All Rights Reserved.