com.microsoft.azure.sdk.iot.device.transport.https
HTTPS IoT Hub transport and communication classes.
Classes
| HttpsBatchMessage |
Builds a batched IoT Hub request body as a JSON array. |
| HttpsConnection |
A wrapper for the Java SE class HttpsURLConnection. |
| HttpsIotHubConnection |
An HTTPS connection between a device and an IoT Hub. |
| HttpsRequest |
An HTTPS request. |
| HttpsResponse |
An HTTPS response. |
| HttpsSingleMessage |
A single HTTPS message. |
| HttpsTransportManager |
Implementation of the transport manager for https. |
Interfaces
| HttpsMessage |
An HTTPS message. |
Enums
| HttpsMethod |
The HTTPS request method (i. |