Interface Mqtt3ConnAck
- All Superinterfaces:
Mqtt3Message
MQTT 3 ConnAck message. This message is translated from and to an MQTT 3 CONNACK packet.
- Since:
- 1.0
-
Method Summary
-
Method Details
-
getReturnCode
- Returns:
- the Return Code of this ConnAck message.
-
isSessionPresent
boolean isSessionPresent()- Returns:
- whether the server has a session present.
-
getType
- Specified by:
getTypein interfaceMqtt3Message- Returns:
- the type of this MQTT message.
-