Uses of Class
com.amazonaws.services.iot.client.core.AwsIotConnection
Packages that use AwsIotConnection
-
Uses of AwsIotConnection in com.amazonaws.services.iot.client.core
Subclasses of AwsIotConnection in com.amazonaws.services.iot.client.coreModifier and TypeClassDescriptionclassThis is a thin layer on top ofAwsIotMqttConnectionthat provides a TLS v1.2 based communication channel to the MQTT implementation.classThis is a thin layer on top ofAwsIotMqttConnectionthat provides a WebSocket based communication channel to the MQTT implementation.Methods in com.amazonaws.services.iot.client.core that return AwsIotConnection -
Uses of AwsIotConnection in com.amazonaws.services.iot.client.mqtt
Subclasses of AwsIotConnection in com.amazonaws.services.iot.client.mqttModifier and TypeClassDescriptionclassThis class extendsAwsIotConnectionto provide the basic MQTT pub/sub functionalities using the Paho MQTT library.