| 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.https |
HTTPS IoT Hub transport and communication classes.
|
| Modifier and Type | Method and Description |
|---|---|
HttpsMethod |
IotHubTransportMessage.getIotHubMethod()
Getter for the HTTPS method
|
| Modifier and Type | Method and Description |
|---|---|
void |
IotHubTransportMessage.setIotHubMethod(HttpsMethod iotHubMethod)
Setter for the IoT Hub method
|
| Modifier and Type | Method and Description |
|---|---|
static HttpsMethod |
HttpsMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpsMethod[] |
HttpsMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpsResponse |
HttpsIotHubConnection.sendHttpsMessage(HttpsMessage httpsMessage,
HttpsMethod httpsMethod,
java.lang.String httpsPath,
java.util.Map<java.lang.String,java.lang.String> additionalHeaders)
Sends an generic https message.
|
void |
HttpsConnection.setRequestMethod(HttpsMethod method)
Sets the request method (i.e.
|
| Constructor and Description |
|---|
HttpsConnection(java.net.URL url,
HttpsMethod method)
Constructor.
|
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)
Constructor.
|
HttpsRequest(java.net.URL url,
HttpsMethod method,
byte[] body,
java.lang.String userAgentString,
ProxySettings proxySettings)
Constructor.
|
Copyright © 2023. All rights reserved.