Uses of Class
software.amazon.awssdk.crt.mqtt.MqttClientConnection
-
Packages that use MqttClientConnection Package Description software.amazon.awssdk.crt.iot software.amazon.awssdk.crt.mqtt -
-
Uses of MqttClientConnection in software.amazon.awssdk.crt.iot
Constructors in software.amazon.awssdk.crt.iot with parameters of type MqttClientConnection Constructor Description MqttRequestResponseClient(MqttClientConnection client, MqttRequestResponseClientOptions options)
MQTT311-based constructor for request-response service clients -
Uses of MqttClientConnection in software.amazon.awssdk.crt.mqtt
Methods in software.amazon.awssdk.crt.mqtt that return MqttClientConnection Modifier and Type Method Description MqttClientConnection
WebsocketHandshakeTransformArgs. getMqttClientConnection()
Queries the mqtt client connection.Constructors in software.amazon.awssdk.crt.mqtt with parameters of type MqttClientConnection Constructor Description WebsocketHandshakeTransformArgs(MqttClientConnection mqttConnection, HttpRequest httpRequest, CompletableFuture<HttpRequest> future)
-