Uses of Class
io.netty.handler.codec.mqtt.MqttConnectReturnCode
-
Packages that use MqttConnectReturnCode Package Description io.netty.handler.codec.mqtt Encoder, decoder and different Message Types for MQTT. -
-
Uses of MqttConnectReturnCode in io.netty.handler.codec.mqtt
Fields in io.netty.handler.codec.mqtt declared as MqttConnectReturnCode Modifier and Type Field Description private MqttConnectReturnCodeMqttConnAckVariableHeader. connectReturnCodeprivate MqttConnectReturnCodeMqttMessageBuilders.ConnAckBuilder. returnCodeFields in io.netty.handler.codec.mqtt with type parameters of type MqttConnectReturnCode Modifier and Type Field Description private static java.util.Map<java.lang.Byte,MqttConnectReturnCode>MqttConnectReturnCode. VALUE_TO_CODE_MAPMethods in io.netty.handler.codec.mqtt that return MqttConnectReturnCode Modifier and Type Method Description MqttConnectReturnCodeMqttConnAckVariableHeader. connectReturnCode()static MqttConnectReturnCodeMqttConnectReturnCode. valueOf(byte b)Returns the enum constant of this type with the specified name.static MqttConnectReturnCodeMqttConnectReturnCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MqttConnectReturnCode[]MqttConnectReturnCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.codec.mqtt with parameters of type MqttConnectReturnCode Modifier and Type Method Description MqttMessageBuilders.ConnAckBuilderMqttMessageBuilders.ConnAckBuilder. returnCode(MqttConnectReturnCode returnCode)Constructors in io.netty.handler.codec.mqtt with parameters of type MqttConnectReturnCode Constructor Description MqttConnAckVariableHeader(MqttConnectReturnCode connectReturnCode, boolean sessionPresent)
-