Uses of Enum Class
com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt.MqttVersion
Packages that use MqttVersion
-
Uses of MqttVersion in com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt
Methods in com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt that return MqttVersionModifier and TypeMethodDescriptionstatic MqttVersionMqttVersion.fromProtocolNameAndLevel(String protocolName, byte protocolLevel) static MqttVersionReturns the enum constant of this class with the specified name.static MqttVersion[]MqttVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt with parameters of type MqttVersionModifier and TypeMethodDescriptionMqttMessageBuilders.ConnectBuilder.protocolVersion(MqttVersion version)