Uses of Enum
io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
Packages that use MqttReasonCodes.Disconnect
Package
Description
Encoder, decoder and different Message Types for MQTT.
-
Uses of MqttReasonCodes.Disconnect in io.netty.handler.codec.mqtt
Subclasses with type arguments of type MqttReasonCodes.Disconnect in io.netty.handler.codec.mqttModifier and TypeClassDescriptionstatic enumReason codes for MQTT Disconnect message.Fields in io.netty.handler.codec.mqtt declared as MqttReasonCodes.DisconnectModifier and TypeFieldDescriptionprotected static final MqttReasonCodes.Disconnect[]MqttReasonCodes.Disconnect.VALUESMethods in io.netty.handler.codec.mqtt that return MqttReasonCodes.DisconnectModifier and TypeMethodDescriptionstatic MqttReasonCodes.DisconnectMqttReasonCodes.Disconnect.valueOf(byte b) Returns the enum constant of this type with the specified name.static MqttReasonCodes.DisconnectReturns the enum constant of this type with the specified name.static MqttReasonCodes.Disconnect[]MqttReasonCodes.Disconnect.values()Returns an array containing the constants of this enum type, in the order they are declared.