Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.DisconnectPacket.DisconnectReasonCode
-
Packages that use DisconnectPacket.DisconnectReasonCode Package Description software.amazon.awssdk.crt.mqtt5.packets -
-
Uses of DisconnectPacket.DisconnectReasonCode in software.amazon.awssdk.crt.mqtt5.packets
Methods in software.amazon.awssdk.crt.mqtt5.packets that return DisconnectPacket.DisconnectReasonCode Modifier and Type Method Description static DisconnectPacket.DisconnectReasonCode
DisconnectPacket.DisconnectReasonCode. getEnumValueFromInteger(int value)
Creates a Java DisconnectReasonCode enum value from a native integer value.DisconnectPacket.DisconnectReasonCode
DisconnectPacket. getReasonCode()
Returns a value indicating the reason that the sender is closing the connection See MQTT5 Disconnect Reason Codestatic DisconnectPacket.DisconnectReasonCode
DisconnectPacket.DisconnectReasonCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static DisconnectPacket.DisconnectReasonCode[]
DisconnectPacket.DisconnectReasonCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.crt.mqtt5.packets with parameters of type DisconnectPacket.DisconnectReasonCode Modifier and Type Method Description DisconnectPacket.DisconnectPacketBuilder
DisconnectPacket.DisconnectPacketBuilder. withReasonCode(DisconnectPacket.DisconnectReasonCode reasonCode)
Sets the value indicating the reason that the sender is closing the connection See MQTT5 Disconnect Reason Code
-