Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.ConnectPacket
-
Packages that use ConnectPacket Package Description software.amazon.awssdk.crt.mqtt5 software.amazon.awssdk.crt.mqtt5.packets -
-
Uses of ConnectPacket in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return ConnectPacket Modifier and Type Method Description ConnectPacket
Mqtt5ClientOptions. 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 ConnectPacket Modifier and Type Method Description Mqtt5ClientOptions.Mqtt5ClientOptionsBuilder
Mqtt5ClientOptions.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 ConnectPacket Modifier and Type Method Description ConnectPacket
ConnectPacket.ConnectPacketBuilder. build()
Creates a new ConnectPacket using the settings set in the builder.
-