Uses of Class
org.gcube.common.gxhttp.reference.GXConnection.HTTPMETHOD
-
Packages that use GXConnection.HTTPMETHOD Package Description org.gcube.common.gxhttp.reference GXHTTP core. -
-
Uses of GXConnection.HTTPMETHOD in org.gcube.common.gxhttp.reference
Methods in org.gcube.common.gxhttp.reference that return GXConnection.HTTPMETHOD Modifier and Type Method Description static GXConnection.HTTPMETHODGXConnection.HTTPMETHOD. valueOf(String name)Returns the enum constant of this type with the specified name.static GXConnection.HTTPMETHOD[]GXConnection.HTTPMETHOD. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.common.gxhttp.reference with parameters of type GXConnection.HTTPMETHOD Modifier and Type Method Description HttpURLConnectionGXConnection. send(GXConnection.HTTPMETHOD method)Sends the request with the given method
-