Uses of Enum
io.netty.handler.codec.mqtt.MqttReasonCodes.UnsubAck
Packages that use MqttReasonCodes.UnsubAck
Package
Description
Encoder, decoder and different Message Types for MQTT.
-
Uses of MqttReasonCodes.UnsubAck in io.netty.handler.codec.mqtt
Subclasses with type arguments of type MqttReasonCodes.UnsubAck in io.netty.handler.codec.mqttModifier and TypeClassDescriptionstatic enumReason codes for MQTT UnsubAck message.Fields in io.netty.handler.codec.mqtt declared as MqttReasonCodes.UnsubAckModifier and TypeFieldDescriptionprivate static final MqttReasonCodes.UnsubAck[]MqttReasonCodes.UnsubAck.VALUESFields in io.netty.handler.codec.mqtt with type parameters of type MqttReasonCodes.UnsubAckModifier and TypeFieldDescriptionprivate final List<MqttReasonCodes.UnsubAck> MqttUnsubAckPayload.unsubscribeReasonCodesMethods in io.netty.handler.codec.mqtt that return MqttReasonCodes.UnsubAckModifier and TypeMethodDescriptionstatic MqttReasonCodes.UnsubAckMqttReasonCodes.UnsubAck.valueOf(byte b) Returns the enum constant of this type with the specified name.static MqttReasonCodes.UnsubAckReturns the enum constant of this type with the specified name.static MqttReasonCodes.UnsubAck[]MqttReasonCodes.UnsubAck.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.codec.mqtt that return types with arguments of type MqttReasonCodes.UnsubAck