Class MqttFixedHeader
java.lang.Object
io.netty.handler.codec.mqtt.MqttFixedHeader
-
Constructor Summary
ConstructorsConstructorDescriptionMqttFixedHeader(MqttMessageType messageType, boolean isDup, MqttQoS qosLevel, boolean isRetain, int remainingLength) -
Method Summary
-
Constructor Details
-
MqttFixedHeader
public MqttFixedHeader(MqttMessageType messageType, boolean isDup, MqttQoS qosLevel, boolean isRetain, int remainingLength)
-
-
Method Details
-
messageType
-
isDup
public boolean isDup() -
qosLevel
-
isRetain
public boolean isRetain() -
remainingLength
public int remainingLength() -
toString
-