Uses of Enum Class
com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt.MqttVersion
-
Uses of MqttVersion in com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt
Modifier and TypeMethodDescriptionstatic MqttVersion
MqttVersion.fromProtocolNameAndLevel
(String protocolName, byte protocolLevel) static MqttVersion
Returns 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.Modifier and TypeMethodDescriptionMqttMessageBuilders.ConnectBuilder.protocolVersion
(MqttVersion version)