| Package | Description |
|---|---|
| org.dromara.mica.mqtt.codec |
Encoder, decoder and different Message Types for MQTT.
|
| org.dromara.mica.mqtt.codec.properties |
| Modifier and Type | Method and Description |
|---|---|
MqttProperty |
MqttProperties.getProperty(MqttPropertyType mqttPropertyType)
Get property by ID.
|
<T> T |
MqttProperties.getPropertyValue(MqttPropertyType mqttPropertyType)
Get property by ID.
|
| Modifier and Type | Method and Description |
|---|---|
static MqttPropertyType |
MqttPropertyType.valueOf(int type) |
static MqttPropertyType |
MqttPropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MqttPropertyType[] |
MqttPropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BinaryProperty(MqttPropertyType propertyType,
byte[] value) |
IntegerProperty(MqttPropertyType propertyType,
Integer value) |
StringProperty(MqttPropertyType propertyType,
String value) |
Copyright © 2025. All rights reserved.