Uses of Class
software.amazon.awssdk.crt.mqtt5.Mqtt5Client
-
Packages that use Mqtt5Client Package Description software.amazon.awssdk.crt.mqtt software.amazon.awssdk.crt.mqtt5 -
-
Uses of Mqtt5Client in software.amazon.awssdk.crt.mqtt
Methods in software.amazon.awssdk.crt.mqtt that return Mqtt5Client Modifier and Type Method Description Mqtt5Client
MqttConnectionConfig. getMqtt5Client()
Queries the mqtt5 client to use for a connectionMethods in software.amazon.awssdk.crt.mqtt with parameters of type Mqtt5Client Modifier and Type Method Description void
MqttConnectionConfig. setMqtt5Client(Mqtt5Client mqtt5Client)
Configures the mqtt5 client to use for a connectionConstructors in software.amazon.awssdk.crt.mqtt with parameters of type Mqtt5Client Constructor Description MqttClientConnection(Mqtt5Client mqtt5client, MqttClientConnectionEvents callbacks)
Constructs a new MqttClientConnection from a Mqtt5Client. -
Uses of Mqtt5Client in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return Mqtt5Client Modifier and Type Method Description Mqtt5Client
Mqtt5WebsocketHandshakeTransformArgs. getMqttClient()
Queries the Mqtt5Client.Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type Mqtt5Client Modifier and Type Method Description void
Mqtt5ClientOptions.LifecycleEvents. onAttemptingConnect(Mqtt5Client client, OnAttemptingConnectReturn onAttemptingConnectReturn)
Called when the client begins a connection attemptvoid
Mqtt5ClientOptions.LifecycleEvents. onConnectionFailure(Mqtt5Client client, OnConnectionFailureReturn onConnectionFailureReturn)
Called when the client fails to establish an MQTT connectionvoid
Mqtt5ClientOptions.LifecycleEvents. onConnectionSuccess(Mqtt5Client client, OnConnectionSuccessReturn onConnectionSuccessReturn)
Called when the client successfully establishes an MQTT connectionvoid
Mqtt5ClientOptions.LifecycleEvents. onDisconnection(Mqtt5Client client, OnDisconnectionReturn onDisconnectionReturn)
Called when the client's current MQTT connection is closedvoid
Mqtt5ClientOptions.PublishEvents. onMessageReceived(Mqtt5Client client, PublishReturn publishReturn)
Called when an MQTT PUBLISH packet is received by the clientvoid
Mqtt5ClientOptions.LifecycleEvents. onStopped(Mqtt5Client client, OnStoppedReturn onStoppedReturn)
Called when the client reaches the 'Stopped' state as a result of the user invoking .stop()Constructors in software.amazon.awssdk.crt.mqtt5 with parameters of type Mqtt5Client Constructor Description Mqtt5WebsocketHandshakeTransformArgs(Mqtt5Client mqttClient, HttpRequest httpRequest, CompletableFuture<HttpRequest> future)
-