Uses of Class
io.netty.handler.codec.mqtt.MqttQoS
-
Packages that use MqttQoS Package Description io.netty.handler.codec.mqtt Encoder, decoder and different Message Types for MQTT. -
-
Uses of MqttQoS in io.netty.handler.codec.mqtt
Fields in io.netty.handler.codec.mqtt declared as MqttQoS Modifier and Type Field Description private MqttQoSMqttMessageBuilders.PublishBuilder. qosprivate MqttQoSMqttFixedHeader. qosLevelprivate MqttQoSMqttTopicSubscription. qualityOfServiceprivate MqttQoSMqttMessageBuilders.ConnectBuilder. willQosMethods in io.netty.handler.codec.mqtt that return MqttQoS Modifier and Type Method Description MqttQoSMqttFixedHeader. qosLevel()MqttQoSMqttTopicSubscription. qualityOfService()static MqttQoSMqttQoS. valueOf(int value)Returns the enum constant of this type with the specified name.static MqttQoSMqttQoS. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MqttQoS[]MqttQoS. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.codec.mqtt with parameters of type MqttQoS Modifier and Type Method Description MqttMessageBuilders.SubscribeBuilderMqttMessageBuilders.SubscribeBuilder. addSubscription(MqttQoS qos, java.lang.String topic)MqttMessageBuilders.PublishBuilderMqttMessageBuilders.PublishBuilder. qos(MqttQoS qos)MqttMessageBuilders.ConnectBuilderMqttMessageBuilders.ConnectBuilder. willQoS(MqttQoS willQos)Constructors in io.netty.handler.codec.mqtt with parameters of type MqttQoS Constructor Description MqttFixedHeader(MqttMessageType messageType, boolean isDup, MqttQoS qosLevel, boolean isRetain, int remainingLength)MqttTopicSubscription(java.lang.String topicFilter, MqttQoS qualityOfService)
-