Uses of Interface
com.amazonaws.services.iot.client.core.AwsIotConnectionCallback
-
Packages that use AwsIotConnectionCallback Package Description com.amazonaws.services.iot.client com.amazonaws.services.iot.client.core com.amazonaws.services.iot.client.mqtt -
-
Uses of AwsIotConnectionCallback in com.amazonaws.services.iot.client
Classes in com.amazonaws.services.iot.client that implement AwsIotConnectionCallback Modifier and Type Class Description classAWSIotMqttClientThis class is the main interface of the AWS IoT Java library. -
Uses of AwsIotConnectionCallback in com.amazonaws.services.iot.client.core
Classes in com.amazonaws.services.iot.client.core that implement AwsIotConnectionCallback Modifier and Type Class Description classAbstractAwsIotClientThe actual implementation ofAWSIotMqttClient.classAwsIotConnectionThis class provides an abstract layer for the library to communicate with the AWS IoT service without having to directly interact with the actual MQTT implementation.classAwsIotTlsConnectionThis is a thin layer on top ofAwsIotMqttConnectionthat provides a TLS v1.2 based communication channel to the MQTT implementation.classAwsIotWebsocketConnectionThis is a thin layer on top ofAwsIotMqttConnectionthat provides a WebSocket based communication channel to the MQTT implementation. -
Uses of AwsIotConnectionCallback in com.amazonaws.services.iot.client.mqtt
Classes in com.amazonaws.services.iot.client.mqtt that implement AwsIotConnectionCallback Modifier and Type Class Description classAwsIotMqttConnectionThis class extendsAwsIotConnectionto provide the basic MQTT pub/sub functionalities using the Paho MQTT library.
-