| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.device.transport.https |
HTTPS IoT Hub transport and communication classes.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpsMethod |
HttpsMethod.valueOf(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 |
|---|---|
void |
HttpsConnection.setRequestMethod(HttpsMethod method)
Sets the request method (i.e.
|
| Constructor and Description |
|---|
HttpsConnection(URL url,
HttpsMethod method)
Constructor.
|
HttpsRequest(URL url,
HttpsMethod method,
byte[] body)
Constructor.
|
Copyright © 2017. All rights reserved.