- All Implemented Interfaces:
Debug
-
Method Summary
int
int
create(int packetFlags,
int connectFlags,
int connectCode)
Writes a developer readable, debug-formatted string representation of this
object to output.
boolean
int
int
int
boolean
-
Method Details
-
-
-
-
connectFlags
public int connectFlags()
-
connectCode
public int connectCode()
-
sessionPresent
public boolean sessionPresent()
-
-
-
-
-
-
-
-
debug
Description copied from interface: Debug
Writes a developer readable, debug-formatted string representation of this
object to output.
- Specified by:
debug in interface Debug
- Returns:
- the continuation of the
output.
-
-
-
create
public static MqttConnAckPacket create(int packetFlags,
int connectFlags,
int connectCode)
-