Package | Description |
---|---|
com.amazonaws.services.iot.client.core | |
com.amazonaws.services.iot.client.mqtt |
Modifier and Type | Class and Description |
---|---|
class |
AwsIotTlsConnection
This is a thin layer on top of
AwsIotMqttConnection that provides a
TLS v1.2 based communication channel to the MQTT implementation. |
class |
AwsIotWebsocketConnection
This is a thin layer on top of
AwsIotMqttConnection that provides a
WebSocket based communication channel to the MQTT implementation. |
Modifier and Type | Method and Description |
---|---|
AwsIotConnection |
AbstractAwsIotClient.getConnection() |
Modifier and Type | Class and Description |
---|---|
class |
AwsIotMqttConnection
This class extends
AwsIotConnection to provide the basic MQTT pub/sub
functionalities using the Paho MQTT library. |
Copyright © 2020. All rights reserved.