Uses of Package
software.amazon.awssdk.crt.mqtt5.packets
Packages that use software.amazon.awssdk.crt.mqtt5.packets
Package
Description
-
Classes in software.amazon.awssdk.crt.mqtt5.packets used by software.amazon.awssdk.crt.iot
-
Classes in software.amazon.awssdk.crt.mqtt5.packets used by software.amazon.awssdk.crt.mqtt5ClassDescriptionData model of an MQTT5 CONNACK packet.Data model of an MQTT5 CONNECT packet.Data model of an MQTT5 DISCONNECT packet.Data model of an MQTT5 PUBACK packetData model of an MQTT5 PUBLISH packetData model of an MQTT5 SUBACK packet.Data model of an MQTT5 SUBSCRIBE packet.Data model of an MQTT5 UNSUBACK packet.Data model of an MQTT5 UNSUBSCRIBE packet.
-
Classes in software.amazon.awssdk.crt.mqtt5.packets used by software.amazon.awssdk.crt.mqtt5.packetsClassDescriptionServer return code for connect attempts.Data model of an MQTT5 CONNECT packet.A class to that allows for the creation of a ConnectPacket.Data model of an MQTT5 DISCONNECT packet.A class to that allows for the creation of a DisconnectPacket.Reason code inside DisconnectPackets.Reason code inside PubAckPackets that indicates the result of the associated PUBLISH request.Data model of an MQTT5 PUBLISH packetOptional property describing a PublishPacket payload's format.A class to that allows for the creation of a PublishPacket.Reason code inside SubAckPacket payloads.Data model of an MQTT5 SUBSCRIBE packet.Configures how retained messages should be handled when subscribing with a subscription that matches topics with associated retained messages.A class to that allows for the creation of a SubscribePacket.Configures a single subscription within a Subscribe operation See MQTT5 Subscription OptionsReason codes inside UnsubAckPacket payloads that specify the results for each topic filter in the associated UnsubscribePacket.Data model of an MQTT5 UNSUBSCRIBE packet.A class to that allows for the creation of a UnsubscribePacket.A simple key-value pair struct to define a user property.