Uses of Interface
com.amazonaws.services.iot.client.core.AwsIotConnectionCallback
Packages that use AwsIotConnectionCallback
Package
Description
-
Uses of AwsIotConnectionCallback in com.amazonaws.services.iot.client
Classes in com.amazonaws.services.iot.client that implement AwsIotConnectionCallbackModifier and TypeClassDescriptionclassThis 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 AwsIotConnectionCallbackModifier and TypeClassDescriptionclassThe actual implementation ofAWSIotMqttClient.classThis 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.classThis 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. -
Uses of AwsIotConnectionCallback in com.amazonaws.services.iot.client.mqtt
Classes in com.amazonaws.services.iot.client.mqtt that implement AwsIotConnectionCallbackModifier and TypeClassDescriptionclassThis class extendsAwsIotConnectionto provide the basic MQTT pub/sub functionalities using the Paho MQTT library.