Uses of Class
org.correomqtt.business.model.Qos
| Package | Description |
|---|---|
| org.correomqtt.business.model | |
| org.correomqtt.gui.cell | |
| org.correomqtt.gui.controller | |
| org.correomqtt.gui.model |
-
Uses of Qos in org.correomqtt.business.model
Methods in org.correomqtt.business.model that return Qos Modifier and Type Method Description static QosQos. fromJsonValue(int value)static QosQos. valueOf(com.hivemq.client.mqtt.datatypes.MqttQos qos)Returns the enum constant of this type with the specified name.static QosQos. valueOf(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. -
Uses of Qos in org.correomqtt.gui.cell
Methods in org.correomqtt.gui.cell with parameters of type Qos Modifier and Type Method Description protected voidQosCell. updateItem(Qos qos, boolean empty)Constructor parameters in org.correomqtt.gui.cell with type arguments of type Qos Constructor Description QosCell(javafx.scene.control.ListView<Qos> listView) -
Uses of Qos in org.correomqtt.gui.controller
Fields in org.correomqtt.gui.controller with type parameters of type Qos Modifier and Type Field Description javafx.scene.control.ComboBox<Qos>PublishViewController. qosComboBoxjavafx.scene.control.ComboBox<Qos>SubscriptionViewController. qosComboBox -
Uses of Qos in org.correomqtt.gui.model
Methods in org.correomqtt.gui.model that return Qos Modifier and Type Method Description QosConnectionPropertiesDTO. getLwtQos()QosMessagePropertiesDTO. getQos()QosSubscriptionPropertiesDTO. getQos()Methods in org.correomqtt.gui.model with parameters of type Qos Modifier and Type Method Description ConnectionPropertiesDTO.ConnectionPropertiesDTOBuilderConnectionPropertiesDTO.ConnectionPropertiesDTOBuilder. lwtQoS(Qos lwtQoS)MessagePropertiesDTO.MessagePropertiesDTOBuilderMessagePropertiesDTO.MessagePropertiesDTOBuilder. qos(Qos qos)SubscriptionPropertiesDTO.SubscriptionPropertiesDTOBuilderSubscriptionPropertiesDTO.SubscriptionPropertiesDTOBuilder. qos(Qos qos)voidSubscriptionPropertiesDTO. setQos(Qos qos)