Uses of Enum Class
com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt.MqttConnectReturnCode
Packages that use MqttConnectReturnCode
-
Uses of MqttConnectReturnCode in com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt
Methods in com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt that return MqttConnectReturnCodeModifier and TypeMethodDescriptionMqttConnAckVariableHeader.connectReturnCode()static MqttConnectReturnCodeMqttConnectReturnCode.valueOf(byte b) Returns the enum constant of this class with the specified name.static MqttConnectReturnCodeReturns the enum constant of this class with the specified name.static MqttConnectReturnCode[]MqttConnectReturnCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt with parameters of type MqttConnectReturnCodeModifier and TypeMethodDescriptionMqttMessageBuilders.ConnAckBuilder.returnCode(MqttConnectReturnCode returnCode) Constructors in com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt with parameters of type MqttConnectReturnCodeModifierConstructorDescriptionMqttConnAckVariableHeader(MqttConnectReturnCode connectReturnCode, boolean sessionPresent)