Uses of Enum Class
com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt.MqttMessageType
-
Uses of MqttMessageType in com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt
Modifier and TypeMethodDescriptionMqttFixedHeader.messageType()
static MqttMessageType
MqttMessageType.valueOf
(int type) Returns the enum constant of this class with the specified name.static MqttMessageType
Returns the enum constant of this class with the specified name.static MqttMessageType[]
MqttMessageType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionMqttFixedHeader
(MqttMessageType messageType, boolean isDup, MqttQoS qosLevel, boolean isRetain, int remainingLength)