Uses of Class
io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Packages that use MqttProperties.MqttPropertyType Package Description io.netty.handler.codec.mqtt Encoder, decoder and different Message Types for MQTT. -
-
Uses of MqttProperties.MqttPropertyType in io.netty.handler.codec.mqtt
Methods in io.netty.handler.codec.mqtt that return MqttProperties.MqttPropertyType Modifier and Type Method Description static MqttProperties.MqttPropertyType
MqttProperties.MqttPropertyType. valueOf(int type)
Deprecated.Returns the enum constant of this type with the specified name.static MqttProperties.MqttPropertyType
MqttProperties.MqttPropertyType. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static MqttProperties.MqttPropertyType[]
MqttProperties.MqttPropertyType. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-