| Package | Description |
|---|---|
| org.gcube.gcat.persistence.ckan | |
| org.gcube.gcat.utils |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
CKAN.sendRequest(HTTPCall.HTTPMETHOD httpMethod,
String path,
Map<String,String> parameters,
String body) |
| 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 |
|---|---|
String |
HTTPCall.call(String path,
HTTPCall.HTTPMETHOD method,
InputStream inputStream,
Map<String,String> parameters,
String contentType) |
String |
HTTPCall.call(String path,
HTTPCall.HTTPMETHOD method,
Map<String,String> parameters,
String contentType) |
String |
HTTPCall.call(String path,
HTTPCall.HTTPMETHOD method,
Map<String,String> parameters,
String body,
String contentType) |
String |
HTTPCall.call(String path,
HTTPCall.HTTPMETHOD method,
String body,
String contentType) |
protected HttpURLConnection |
HTTPCall.getConnection(String path,
String urlParameters,
HTTPCall.HTTPMETHOD method,
String body,
InputStream inputStream,
String contentType) |
protected HttpURLConnection |
HTTPCall.getConnection(URL url,
HTTPCall.HTTPMETHOD method,
String body,
InputStream inputStream,
String contentType) |
Copyright © 2019. All Rights Reserved.