Modifier and Type | Class and Description |
---|---|
class |
AWSIotMqttClient
This class is the main interface of the AWS IoT Java library.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractAwsIotClient |
AwsIotConnection.client
The client the connection is associated with.
|
Modifier and Type | Method and Description |
---|---|
AbstractAwsIotClient |
AwsIotConnection.getClient()
The client the connection is associated with.
|
Modifier and Type | Method and Description |
---|---|
void |
AwsIotCompletion.get(AbstractAwsIotClient client)
The user of the completion object is expected to call this function to
either block until the request is completed or timed out in the case of
synchronous calls, or to schedule a timeout handler in the case of
asynchronous calls.
|
Constructor and Description |
---|
AwsIotConnection(AbstractAwsIotClient client)
Instantiates a new connection object.
|
AwsIotTlsConnection(AbstractAwsIotClient client,
KeyStore keyStore,
String keyPassword) |
AwsIotTlsConnection(AbstractAwsIotClient client,
SSLSocketFactory socketFactory) |
AwsIotWebsocketConnection(AbstractAwsIotClient client,
String awsAccessKeyId,
String awsSecretAccessKey) |
AwsIotWebsocketConnection(AbstractAwsIotClient client,
String awsAccessKeyId,
String awsSecretAccessKey,
String sessionToken) |
AwsIotWebsocketConnection(AbstractAwsIotClient client,
String awsAccessKeyId,
String awsSecretAccessKey,
String sessionToken,
String region) |
Constructor and Description |
---|
AwsIotMqttClientListener(AbstractAwsIotClient client) |
AwsIotMqttConnection(AbstractAwsIotClient client,
SocketFactory socketFactory,
String serverUri) |
AwsIotMqttConnectionListener(AbstractAwsIotClient client,
boolean isConnect,
AwsIotMessageCallback userCallback) |
AwsIotMqttMessageListener(AbstractAwsIotClient client) |
Modifier and Type | Method and Description |
---|---|
AbstractAwsIotClient |
AbstractAwsIotDevice.getClient() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAwsIotDevice.setClient(AbstractAwsIotClient client) |
Copyright © 2020. All rights reserved.