| Package | Description |
|---|---|
| org.gcube.accounting.aggregator.workspace |
| 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 |
|---|---|
void |
HTTPCall.call(String path,
HTTPCall.HTTPMETHOD method,
InputStream inputStream,
Map<String,String> parameters,
String contentType) |
void |
HTTPCall.call(String path,
HTTPCall.HTTPMETHOD method,
Map<String,String> parameters,
String contentType) |
protected void |
HTTPCall.call(String path,
HTTPCall.HTTPMETHOD method,
Map<String,String> parameters,
String body,
String contentType) |
void |
HTTPCall.call(String path,
HTTPCall.HTTPMETHOD method,
String body,
String contentType) |
protected HttpURLConnection |
HTTPCall.getConnection(String path,
String urlParameters,
HTTPCall.HTTPMETHOD method,
InputStream inputStream,
String contentType) |
protected HttpURLConnection |
HTTPCall.getConnection(String path,
String urlParameters,
HTTPCall.HTTPMETHOD method,
String body,
String contentType) |
protected HttpURLConnection |
HTTPCall.getConnection(URL url,
HTTPCall.HTTPMETHOD method,
InputStream inputStream,
String contentType) |
protected HttpURLConnection |
HTTPCall.getConnection(URL url,
HTTPCall.HTTPMETHOD method,
String body,
String contentType) |
Copyright © 2017. All Rights Reserved.