| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.device |
The API for a device to communicate with an IoT Hub.
|
| com.microsoft.azure.sdk.iot.device.transport |
A transport for sending and receiving IoT Hub messages, along with supporting
functionality.
|
| com.microsoft.azure.sdk.iot.device.transport.amqps |
AMQPS IoT Hub transport and communication classes.
|
| com.microsoft.azure.sdk.iot.device.transport.https |
HTTPS IoT Hub transport and communication classes.
|
| com.microsoft.azure.sdk.iot.device.transport.mqtt |
| Modifier and Type | Method and Description |
|---|---|
ClientConfiguration |
InternalClient.getConfig()
Getter for the device client config.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IotHubTransport.registerMultiplexedDeviceClient(java.util.List<ClientConfiguration> configs,
long timeoutMilliseconds) |
void |
IotHubTransport.unregisterMultiplexedDeviceClient(java.util.List<ClientConfiguration> configs,
long timeoutMilliseconds) |
| Constructor and Description |
|---|
IotHubTransport(ClientConfiguration defaultConfig,
IotHubConnectionStatusChangeCallback deviceIOConnectionStatusChangeCallback,
boolean isMultiplexing)
Constructor for an IotHubTransport object with default values
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmqpsIotHubConnection.registerMultiplexedDevice(ClientConfiguration config) |
void |
AmqpsIotHubConnection.unregisterMultiplexedDevice(ClientConfiguration config,
boolean willReconnect)
Asynchronously unregister a multiplexed device from an active multiplexed connection or synchronously unregister
a multiplexed device from a closed multiplexed connection.
|
| Constructor and Description |
|---|
AmqpsIotHubConnection(ClientConfiguration config,
java.lang.String transportUniqueIdentifier) |
| Constructor and Description |
|---|
HttpsIotHubConnection(ClientConfiguration config)
Constructs an instance from the given
ClientConfiguration
object. |
HttpsTransportManager(ClientConfiguration config)
Constructor
|
| Constructor and Description |
|---|
MqttIotHubConnection(ClientConfiguration config)
Constructs an instance from the given
ClientConfiguration
object. |
Copyright © 2023. All rights reserved.