| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.deps.transport.http |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpConnection.setRequestMethod(HttpMethod method)
Sets the request method (i.e.
|
| Constructor and Description |
|---|
HttpConnection(URL url,
HttpMethod method)
Constructor.
|
HttpRequest(URL url,
HttpMethod method,
byte[] body)
Constructor.
|
Copyright © 2019. All rights reserved.