Uses of Enum
io.netty.handler.codec.mqtt.MqttVersion
Packages that use MqttVersion
Package
Description
Encoder, decoder and different Message Types for MQTT.
-
Uses of MqttVersion in io.netty.handler.codec.mqtt
Subclasses with type arguments of type MqttVersion in io.netty.handler.codec.mqttModifier and TypeClassDescriptionenumMqtt version specific constant values used by multiple classes in mqtt-codec.Methods in io.netty.handler.codec.mqtt that return MqttVersionModifier and TypeMethodDescriptionstatic MqttVersionMqttVersion.fromProtocolNameAndLevel(String protocolName, byte protocolLevel) static MqttVersionReturns the enum constant of this type with the specified name.static MqttVersion[]MqttVersion.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 MqttVersionModifier and TypeMethodDescriptionMqttMessageBuilders.ConnectBuilder.protocolVersion(MqttVersion version)