Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.DisconnectPacket
-
Packages that use DisconnectPacket Package Description software.amazon.awssdk.crt.mqtt5 software.amazon.awssdk.crt.mqtt5.packets -
-
Uses of DisconnectPacket in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return DisconnectPacket Modifier and Type Method Description DisconnectPacket
OnDisconnectionReturn. getDisconnectPacket()
Returns the ConnAckPacket returned from the server on the disconnection, or Null if none was returned.Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type DisconnectPacket Modifier and Type Method Description void
Mqtt5Client. stop(DisconnectPacket disconnectPacket)
Notifies the Mqtt5Client that you want it to end connectivity to the configured endpoint, disconnecting any existing connection and halting any reconnect attempts. -
Uses of DisconnectPacket in software.amazon.awssdk.crt.mqtt5.packets
Methods in software.amazon.awssdk.crt.mqtt5.packets that return DisconnectPacket Modifier and Type Method Description DisconnectPacket
DisconnectPacket.DisconnectPacketBuilder. build()
Creates a new DisconnectPacket using the settings set in the builder.
-