| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
class |
IotHubTransport
Manages queueing of message sending, receiving and callbacks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IotHubTransportConnection.setListener(IotHubListener listener)
Sets a listener into the Transport Connection object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmqpsIotHubConnection.setListener(IotHubListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpsIotHubConnection.setListener(IotHubListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
MqttIotHubConnection.setListener(IotHubListener listener) |
Copyright © 2023. All rights reserved.