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
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.