| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.device.transport.https |
HTTPS IoT Hub transport and communication classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpsBatchMessage
Builds a batched IoT Hub request body as a JSON array.
|
class |
HttpsSingleMessage
A single HTTPS message.
|
| Modifier and Type | Method and Description |
|---|---|
protected HttpsMessage |
HttpsTransport.inProgressListToMessage()
Generates the message, possibly batched, to be sent using the messages in
the in-progress list.
|
| Modifier and Type | Method and Description |
|---|---|
IotHubStatusCode |
HttpsIotHubConnection.sendEvent(HttpsMessage msg)
Sends an event message.
|
Copyright © 2017. All rights reserved.