| Package | Description |
|---|---|
| org.dromara.mica.mqtt.codec | |
| org.dromara.mica.mqtt.codec.message.header |
| Modifier and Type | Method and Description |
|---|---|
static MqttMessageType |
MqttMessageType.valueOf(int type) |
static MqttMessageType |
MqttMessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MqttMessageType[] |
MqttMessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MqttMessageType |
MqttFixedHeader.messageType() |
| Constructor and Description |
|---|
MqttFixedHeader(MqttMessageType messageType,
boolean isDup,
MqttQoS qosLevel,
boolean isRetain,
int remainingLength) |
MqttFixedHeader(MqttMessageType messageType,
boolean isDup,
MqttQoS qosLevel,
boolean isRetain,
int headLength,
int remainingLength) |
Copyright © 2025. All rights reserved.