Package | Description |
---|---|
io.netty.handler.codec.mqtt |
Encoder, decoder and different Message Types for MQTT.
|
Modifier and Type | Method and Description |
---|---|
MqttMessageType |
MqttFixedHeader.messageType() |
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.
|
Constructor and Description |
---|
MqttFixedHeader(MqttMessageType messageType,
boolean isDup,
MqttQoS qosLevel,
boolean isRetain,
int remainingLength) |
Copyright © 2008–2023 The Netty Project. All rights reserved.