| 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 | Method and Description |
|---|---|
void |
IotHubTransport.onMessageReceived(IotHubTransportMessage message,
TransportException e) |
void |
IotHubListener.onMessageReceived(IotHubTransportMessage transportMessage,
TransportException e)
Callback to be fired when a transport message has been received.
|
boolean |
IotHubTransportConnection.sendMessageResult(IotHubTransportMessage message,
IotHubMessageResult result)
Send an acknowledgement to the IotHub for a message that the Transport layer received
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmqpsIotHubConnection.onMessageReceived(IotHubTransportMessage message) |
boolean |
AmqpsIotHubConnection.sendMessageResult(IotHubTransportMessage message,
IotHubMessageResult result) |
| Modifier and Type | Method and Description |
|---|---|
IotHubTransportMessage |
HttpsIotHubConnection.receiveMessage()
Receives an IotHubTransportMessage, if one exists.
|
| Modifier and Type | Method and Description |
|---|---|
HttpsResponse |
HttpsTransportManager.getFileUploadSasUri(IotHubTransportMessage message) |
HttpsResponse |
HttpsTransportManager.send(IotHubTransportMessage message,
java.util.Map<java.lang.String,java.lang.String> additionalHeaders)
This is a blocking send message.
|
HttpsResponse |
HttpsTransportManager.sendFileUploadNotification(IotHubTransportMessage message) |
boolean |
HttpsIotHubConnection.sendMessageResult(IotHubTransportMessage message,
IotHubMessageResult result)
Sends the message result for the previously received
message.
|
| Modifier and Type | Method and Description |
|---|---|
IotHubTransportMessage |
Mqtt.receive()
Method to receive messages on mqtt broker connection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MqttIotHubConnection.sendMessageResult(IotHubTransportMessage message,
IotHubMessageResult result)
Sends an ACK to the service for the provided message
|
Copyright © 2023. All rights reserved.