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