Uses of Enum
io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
Packages that use MqttProperties.MqttPropertyType
Package
Description
Encoder, decoder and different Message Types for MQTT.
-
Uses of MqttProperties.MqttPropertyType in io.netty.handler.codec.mqtt
Fields in io.netty.handler.codec.mqtt declared as MqttProperties.MqttPropertyTypeModifier and TypeFieldDescriptionprivate static final MqttProperties.MqttPropertyType[]
MqttProperties.MqttPropertyType.VALUES
Methods in io.netty.handler.codec.mqtt that return MqttProperties.MqttPropertyTypeModifier and TypeMethodDescriptionMqttProperties.MqttPropertyType.valueOf
(int type) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static MqttProperties.MqttPropertyType[]
MqttProperties.MqttPropertyType.values()
Returns an array containing the constants of this enum type, in the order they are declared.