Uses of Class
org.gcube.documentstore.persistence.HTTPCall.HTTPMETHOD
-
-
Uses of HTTPCall.HTTPMETHOD in org.gcube.documentstore.persistence
Methods in org.gcube.documentstore.persistence that return HTTPCall.HTTPMETHOD Modifier and Type Method Description static HTTPCall.HTTPMETHODHTTPCall.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.Methods in org.gcube.documentstore.persistence with parameters of type HTTPCall.HTTPMETHOD Modifier and Type Method Description <C> CHTTPCall. call(Class<C> clz, String path, HTTPCall.HTTPMETHOD method)<C> CHTTPCall. call(Class<C> clz, String path, HTTPCall.HTTPMETHOD method, String body)<C> CHTTPCall. call(Class<C> clz, String path, HTTPCall.HTTPMETHOD method, Map<String,? extends Object> parameters)protected <C> CHTTPCall. call(Class<C> clz, String path, HTTPCall.HTTPMETHOD method, Map<String,? extends Object> parameters, String body)protected HttpURLConnectionHTTPCall. getConnection(String path, String urlParameters, HTTPCall.HTTPMETHOD method, String body)protected HttpURLConnectionHTTPCall. getConnection(URL url, HTTPCall.HTTPMETHOD method, String body)
-