Uses of Class
com.amazonaws.services.iot.client.core.AbstractAwsIotClient
-
-
Uses of AbstractAwsIotClient in com.amazonaws.services.iot.client
Subclasses of AbstractAwsIotClient in com.amazonaws.services.iot.client Modifier and Type Class Description classAWSIotMqttClientThis class is the main interface of the AWS IoT Java library. -
Uses of AbstractAwsIotClient in com.amazonaws.services.iot.client.core
Fields in com.amazonaws.services.iot.client.core declared as AbstractAwsIotClient Modifier and Type Field Description protected AbstractAwsIotClientAwsIotConnection. clientThe client the connection is associated with.Methods in com.amazonaws.services.iot.client.core that return AbstractAwsIotClient Modifier and Type Method Description AbstractAwsIotClientAwsIotConnection. getClient()The client the connection is associated with.Methods in com.amazonaws.services.iot.client.core with parameters of type AbstractAwsIotClient Modifier and Type Method Description voidAwsIotCompletion. 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.Constructors in com.amazonaws.services.iot.client.core with parameters of type AbstractAwsIotClient Constructor 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) -
Uses of AbstractAwsIotClient in com.amazonaws.services.iot.client.mqtt
Constructors in com.amazonaws.services.iot.client.mqtt with parameters of type AbstractAwsIotClient Constructor Description AwsIotMqttClientListener(AbstractAwsIotClient client)AwsIotMqttConnection(AbstractAwsIotClient client, SocketFactory socketFactory, String serverUri)AwsIotMqttConnectionListener(AbstractAwsIotClient client, boolean isConnect, AwsIotMessageCallback userCallback)AwsIotMqttMessageListener(AbstractAwsIotClient client) -
Uses of AbstractAwsIotClient in com.amazonaws.services.iot.client.shadow
Methods in com.amazonaws.services.iot.client.shadow that return AbstractAwsIotClient Modifier and Type Method Description AbstractAwsIotClientAbstractAwsIotDevice. getClient()Methods in com.amazonaws.services.iot.client.shadow with parameters of type AbstractAwsIotClient Modifier and Type Method Description voidAbstractAwsIotDevice. setClient(AbstractAwsIotClient client)
-