Uses of Class
io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
-
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.MqttPropertyTypeMqttProperties.MqttPropertyType. valueOf(int type)Deprecated.Returns the enum constant of this type with the specified name.static MqttProperties.MqttPropertyTypeMqttProperties.MqttPropertyType. valueOf(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.
-