Uses of Class
io.netty.handler.codec.mqtt.MqttVersion
-
Packages that use MqttVersion Package Description io.netty.handler.codec.mqtt Encoder, decoder and different Message Types for MQTT. -
-
Uses of MqttVersion in io.netty.handler.codec.mqtt
Fields in io.netty.handler.codec.mqtt declared as MqttVersion Modifier and Type Field Description private MqttVersionMqttMessageBuilders.ConnectBuilder. versionFields in io.netty.handler.codec.mqtt with type parameters of type MqttVersion Modifier and Type Field Description (package private) static AttributeKey<MqttVersion>MqttCodecUtil. MQTT_VERSION_KEYMethods in io.netty.handler.codec.mqtt that return MqttVersion Modifier and Type Method Description static MqttVersionMqttVersion. fromProtocolNameAndLevel(java.lang.String protocolName, byte protocolLevel)(package private) static MqttVersionMqttCodecUtil. getMqttVersion(ChannelHandlerContext ctx)static MqttVersionMqttVersion. valueOf(java.lang.String name)Returns 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 MqttVersion Modifier and Type Method Description private static ByteBufMqttEncoder. encodePropertiesIfNeeded(MqttVersion mqttVersion, ByteBufAllocator byteBufAllocator, MqttProperties mqttProperties)(package private) static booleanMqttCodecUtil. isValidClientId(MqttVersion mqttVersion, int maxClientIdLength, java.lang.String clientId)MqttMessageBuilders.ConnectBuilderMqttMessageBuilders.ConnectBuilder. protocolVersion(MqttVersion version)(package private) static voidMqttCodecUtil. setMqttVersion(ChannelHandlerContext ctx, MqttVersion version)
-