| 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.
|
| Constructor and Description |
|---|
IotHubTransport(java.lang.String hostName,
IotHubClientProtocol protocol,
javax.net.ssl.SSLContext sslContext,
ProxySettings proxySettings,
IotHubConnectionStatusChangeCallback deviceIOConnectionStatusChangeCallback,
int keepAliveInterval,
int sendInterval,
boolean useIdentifiableThreadNames,
java.lang.String threadNamePrefix,
java.lang.String threadNameSuffix) |
| Constructor and Description |
|---|
AmqpsIotHubConnection(java.lang.String hostName,
java.lang.String transportUniqueIdentifier,
boolean isWebsocketConnection,
javax.net.ssl.SSLContext sslContext,
ProxySettings proxySettings,
int keepAliveInterval,
int sendInterval,
boolean useIdentifiableThreadNames,
java.lang.String threadNamePrefix,
java.lang.String threadNameSuffix) |
| Constructor and Description |
|---|
HttpsConnection(java.net.URL url,
HttpsMethod method,
ProxySettings proxySettings)
Constructor.
|
HttpsConnection(java.net.URL url,
HttpsMethod method,
ProxySettings proxySettings,
boolean isHttps)
Constructor.
|
HttpsRequest(java.net.URL url,
HttpsMethod method,
byte[] body,
java.lang.String userAgentString,
ProxySettings proxySettings)
Constructor.
|
Copyright © 2023. All rights reserved.