Uses of Enum
io.netty.handler.codec.mqtt.MqttConnectReturnCode
Packages that use MqttConnectReturnCode
Package
Description
Encoder, decoder and different Message Types for MQTT.
-
Uses of MqttConnectReturnCode in io.netty.handler.codec.mqtt
Subclasses with type arguments of type MqttConnectReturnCode in io.netty.handler.codec.mqttMethods in io.netty.handler.codec.mqtt that return MqttConnectReturnCodeModifier and TypeMethodDescriptionMqttConnAckVariableHeader.connectReturnCode()static MqttConnectReturnCodeMqttConnectReturnCode.valueOf(byte b) Returns the enum constant of this type with the specified name.static MqttConnectReturnCodeReturns 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 MqttConnectReturnCodeModifier and TypeMethodDescriptionMqttMessageBuilders.ConnAckBuilder.returnCode(MqttConnectReturnCode returnCode) Constructors in io.netty.handler.codec.mqtt with parameters of type MqttConnectReturnCodeModifierConstructorDescriptionMqttConnAckVariableHeader(MqttConnectReturnCode connectReturnCode, boolean sessionPresent) MqttConnAckVariableHeader(MqttConnectReturnCode connectReturnCode, boolean sessionPresent, MqttProperties properties)