Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.ConnectPacket
Packages that use ConnectPacket
-
Uses of ConnectPacket in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return ConnectPacketModifier and TypeMethodDescriptionMqtt5ClientOptions.getConnectOptions()Returns all configurable options with respect to the CONNECT packet sent by the client, including the will.Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type ConnectPacketModifier and TypeMethodDescriptionMqtt5ClientOptions.Mqtt5ClientOptionsBuilder.withConnectOptions(ConnectPacket connectOptions) Sets all configurable options with respect to the CONNECT packet sent by the client, including the Will. -
Uses of ConnectPacket in software.amazon.awssdk.crt.mqtt5.packets
Methods in software.amazon.awssdk.crt.mqtt5.packets that return ConnectPacketModifier and TypeMethodDescriptionConnectPacket.ConnectPacketBuilder.build()Creates a new ConnectPacket using the settings set in the builder.