| Package | Description |
|---|---|
| org.gcube.common.gxrest.request |
| Modifier and Type | Method and Description |
|---|---|
static HTTPRequest.HTTPMETHOD |
HTTPRequest.HTTPMETHOD.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTTPRequest.HTTPMETHOD[] |
HTTPRequest.HTTPMETHOD.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<C> C |
HTTPRequest.call(Class<C> clz,
String path,
HTTPRequest.HTTPMETHOD method)
Deprecated.
|
<C> C |
HTTPRequest.call(Class<C> clz,
String path,
HTTPRequest.HTTPMETHOD method,
Map<String,String> parameters)
Deprecated.
|
protected <C> C |
HTTPRequest.call(Class<C> clz,
String path,
HTTPRequest.HTTPMETHOD method,
Map<String,String> parameters,
String body)
Deprecated.
|
<C> C |
HTTPRequest.call(Class<C> clz,
String path,
HTTPRequest.HTTPMETHOD method,
String body)
Deprecated.
|
protected HttpURLConnection |
HTTPRequest.getConnection(String path,
String urlParameters,
HTTPRequest.HTTPMETHOD method,
String body)
Deprecated.
|
protected HttpURLConnection |
HTTPRequest.getConnection(URL url,
HTTPRequest.HTTPMETHOD method,
String body)
Deprecated.
|
Copyright © 2018. All Rights Reserved.