Modifier and Type | Class and Description |
---|---|
class |
AWSIotMessage
A common data structure that is used in a lot of non-blocking APIs in this
library.
|
class |
AWSIotTopic
This class is used for subscribing to a topic in the subscription APIs, such
as
AWSIotMqttClient.subscribe(AWSIotTopic topic) . |
Modifier and Type | Class and Description |
---|---|
class |
AwsIotCompletion
This is a helper class that can be used to manage the request execution and
return either synchronously or asynchronously the result, e.g.
|
Modifier and Type | Method and Description |
---|---|
AwsIotMessageCallback |
AwsIotConnection.getConnectCallback()
The callback functions for the connect request.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AwsIotConnection.closeConnection(AwsIotMessageCallback callback)
Abstract method which is called to terminate an underneath connection.
|
void |
AwsIotConnection.connect(AwsIotMessageCallback callback)
The actual connect method exposed by this class.
|
void |
AwsIotConnection.disconnect(AwsIotMessageCallback callback)
The actual disconnect method exposed by this class.
|
protected abstract void |
AwsIotConnection.openConnection(AwsIotMessageCallback callback)
Abstract method which is called to establish an underneath connection.
|
Modifier and Type | Method and Description |
---|---|
void |
AwsIotMqttConnection.closeConnection(AwsIotMessageCallback callback) |
void |
AwsIotMqttConnection.openConnection(AwsIotMessageCallback callback) |
Constructor and Description |
---|
AwsIotMqttConnectionListener(AbstractAwsIotClient client,
boolean isConnect,
AwsIotMessageCallback userCallback) |
Modifier and Type | Class and Description |
---|---|
class |
AwsIotDeviceCommand
This is a helper class that can be used to manage the execution result of a
shadow command, i.e.
|
class |
AwsIotDeviceCommandAckListener
This class extends
AWSIotTopic to provide customized callback
functions for the subscription requests of the shadow commands. |
class |
AwsIotDeviceDeltaListener
This class extends
AWSIotTopic to provide a callback function for
receiving the shadow delta updates. |
class |
AwsIotDeviceReportMessage |
class |
AwsIotDeviceSyncMessage |
Copyright © 2020. All rights reserved.