Interface Mqtt5Connect

All Superinterfaces:
Mqtt5Message

@DoNotImplement public interface Mqtt5Connect extends Mqtt5Message
MQTT 5 Connect message. This message is translated from and to an MQTT 5 CONNECT packet.
Since:
1.0
  • Field Details

    • NO_KEEP_ALIVE

      static final int NO_KEEP_ALIVE
      The value that disables keep alive.
      See Also:
    • DEFAULT_KEEP_ALIVE

      static final int DEFAULT_KEEP_ALIVE
      The default keep alive in seconds a client wants to use.
      See Also:
    • DEFAULT_CLEAN_START

      static final boolean DEFAULT_CLEAN_START
      The default whether a client wants to start a clean session.
      See Also:
    • DEFAULT_SESSION_EXPIRY_INTERVAL

      static final long DEFAULT_SESSION_EXPIRY_INTERVAL
      The default session expiry interval in seconds a client wants to use.
      See Also:
    • NO_SESSION_EXPIRY

      static final long NO_SESSION_EXPIRY
      The value that disables session expiry.
      See Also:
  • Method Details