Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.DisconnectPacket
Packages that use DisconnectPacket
-
Uses of DisconnectPacket in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return DisconnectPacketModifier and TypeMethodDescriptionOnDisconnectionReturn.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 DisconnectPacketModifier and TypeMethodDescriptionvoidMqtt5Client.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 DisconnectPacketModifier and TypeMethodDescriptionDisconnectPacket.DisconnectPacketBuilder.build()Creates a new DisconnectPacket using the settings set in the builder.