|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpMethod | |
|---|---|
| co.cask.common.http | HTTP utilities for using HttpURLConnection. |
| Uses of HttpMethod in co.cask.common.http |
|---|
| Methods in co.cask.common.http that return HttpMethod | |
|---|---|
HttpMethod |
HttpRequest.getMethod()
|
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. |
| Methods in co.cask.common.http with parameters of type HttpMethod | |
|---|---|
static HttpRequest.Builder |
HttpRequest.builder(HttpMethod method,
URL url)
|
| Constructors in co.cask.common.http with parameters of type HttpMethod | |
|---|---|
HttpRequest(HttpMethod method,
URL url,
com.google.common.collect.Multimap<String,String> headers,
com.google.common.io.InputSupplier<? extends InputStream> body,
Long bodyLength)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||