| Package | Description |
|---|---|
| org.gcube.informationsystem.resourceregistry.api.rest.httputils |
| Modifier and Type | Method and Description |
|---|---|
static HTTPCall.HTTPMETHOD |
HTTPCall.HTTPMETHOD.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTTPCall.HTTPMETHOD[] |
HTTPCall.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 |
HTTPCall.call(Class<C> clz,
String path,
HTTPCall.HTTPMETHOD method) |
<C> C |
HTTPCall.call(Class<C> clz,
String path,
HTTPCall.HTTPMETHOD method,
Map<String,? extends Object> parameters) |
<C> C |
HTTPCall.call(Class<C> clz,
String path,
HTTPCall.HTTPMETHOD method,
Map<String,? extends Object> parameters,
String body) |
<C> C |
HTTPCall.call(Class<C> clz,
String path,
HTTPCall.HTTPMETHOD method,
String body) |
protected HttpURLConnection |
HTTPCall.getConnection(String path,
String urlParameters,
HTTPCall.HTTPMETHOD method,
String body) |
protected HttpURLConnection |
HTTPCall.getConnection(URL url,
HTTPCall.HTTPMETHOD method,
String body) |
Copyright © 2018. All Rights Reserved.