| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.devicetwin | |
| com.microsoft.azure.sdk.iot.service.exceptions | |
| com.microsoft.azure.sdk.iot.service.transport.http |
| Modifier and Type | Method and Description |
|---|---|
static HttpResponse |
DeviceOperations.request(IotHubConnectionString iotHubConnectionString,
URL url,
HttpMethod method,
byte[] payload,
String requestId,
int connectTimeout,
int readTimeout,
Proxy proxy)
Send a http request to the IoTHub using the Twin/Method standard, and return its response.
|
static HttpResponse |
DeviceOperations.request(IotHubConnectionString iotHubConnectionString,
URL url,
HttpMethod method,
byte[] payload,
String requestId,
long timeoutInMs)
Deprecated.
|
static HttpResponse |
DeviceOperations.request(String credentialToken,
URL url,
HttpMethod method,
byte[] payload,
String requestId,
int connectTimeout,
int readTimeout,
Proxy proxy)
Send a http request to the IoTHub using the Twin/Method standard, and return its response.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
IotHubExceptionManager.httpResponseVerification(HttpResponse httpResponse)
Verify Http response using response status
|
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpRequest.send()
Executes the HTTPS request.
|
Copyright © 2022. All rights reserved.