| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.device.transport.https |
HTTPS IoT Hub transport and communication classes.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpsSingleMessage |
HttpsSingleMessage.parseHttpsMessage(HttpsResponse response)
Returns the HTTPS message represented by the HTTPS response.
|
static HttpsSingleMessage |
HttpsSingleMessage.parseHttpsMessage(Message message)
Returns the HTTPS message represented by the service-bound message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpsBatchMessage.addMessage(HttpsSingleMessage msg)
Adds a message to the batch.
|
protected static String |
HttpsBatchMessage.msgToJson(HttpsSingleMessage msg)
Converts a service-bound message to a JSON object with the correct
format.
|
Copyright © 2017. All rights reserved.