| Package | Description |
|---|---|
| com.sdklite.net.http |
Provides foundation classes for HTTP protocol
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
HttpRequest.getMethod()
Returns the HTTP method
|
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 |
|---|---|
HttpRequest.Builder |
HttpRequest.Builder.setMethod(HttpMethod method)
Sets the HTTP method
|
Copyright © 2015–2017 SDKLite. All rights reserved.