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
Fields in io.netty.handler.codec.mqtt declared as MqttVersionFields in io.netty.handler.codec.mqtt with type parameters of type MqttVersionModifier and TypeFieldDescription(package private) static final AttributeKey
<MqttVersion> MqttCodecUtil.MQTT_VERSION_KEY
Methods in io.netty.handler.codec.mqtt that return MqttVersionModifier and TypeMethodDescriptionstatic MqttVersion
MqttVersion.fromProtocolNameAndLevel
(String protocolName, byte protocolLevel) (package private) static MqttVersion
MqttCodecUtil.getMqttVersion
(ChannelHandlerContext ctx) static MqttVersion
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 MqttVersionModifier and TypeMethodDescriptionprivate static ByteBuf
MqttEncoder.encodePropertiesIfNeeded
(MqttVersion mqttVersion, ByteBufAllocator byteBufAllocator, MqttProperties mqttProperties) (package private) static boolean
MqttCodecUtil.isValidClientId
(MqttVersion mqttVersion, int maxClientIdLength, String clientId) MqttMessageBuilders.ConnectBuilder.protocolVersion
(MqttVersion version) (package private) static void
MqttCodecUtil.setMqttVersion
(ChannelHandlerContext ctx, MqttVersion version)