Uses of Class
io.netty.handler.codec.mqtt.MqttReasonCodes.UnsubAck
-
Packages that use MqttReasonCodes.UnsubAck Package Description io.netty.handler.codec.mqtt Encoder, decoder and different Message Types for MQTT. -
-
Uses of MqttReasonCodes.UnsubAck in io.netty.handler.codec.mqtt
Methods in io.netty.handler.codec.mqtt that return MqttReasonCodes.UnsubAck Modifier and Type Method Description static MqttReasonCodes.UnsubAck
MqttReasonCodes.UnsubAck. valueOf(byte b)
Returns the enum constant of this type with the specified name.static MqttReasonCodes.UnsubAck
MqttReasonCodes.UnsubAck. valueOf(java.lang.String name)
Returns 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 Modifier and Type Method Description java.util.List<MqttReasonCodes.UnsubAck>
MqttUnsubAckPayload. typedReasonCodes()
-