Uses of Enum
software.amazon.awssdk.crt.mqtt5.packets.DisconnectPacket.DisconnectReasonCode
Packages that use DisconnectPacket.DisconnectReasonCode
-
Uses of DisconnectPacket.DisconnectReasonCode in software.amazon.awssdk.crt.mqtt5.packets
Methods in software.amazon.awssdk.crt.mqtt5.packets that return DisconnectPacket.DisconnectReasonCodeModifier and TypeMethodDescriptionDisconnectPacket.DisconnectReasonCode.getEnumValueFromInteger(int value) Creates a Java DisconnectReasonCode enum value from a native integer value.DisconnectPacket.getReasonCode()Returns a value indicating the reason that the sender is closing the connection See MQTT5 Disconnect Reason CodeReturns the enum constant of this type with the specified name.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.DisconnectReasonCodeModifier and TypeMethodDescriptionDisconnectPacket.DisconnectPacketBuilder.withReasonCode(DisconnectPacket.DisconnectReasonCode reasonCode) Sets the value indicating the reason that the sender is closing the connection See MQTT5 Disconnect Reason Code