Uses of Class
org.codelibs.curl.Curl.Method
-
Packages that use Curl.Method Package Description org.codelibs.curl -
-
Uses of Curl.Method in org.codelibs.curl
Fields in org.codelibs.curl declared as Curl.Method Modifier and Type Field Description protected Curl.MethodCurlRequest. methodMethods in org.codelibs.curl that return Curl.Method Modifier and Type Method Description Curl.MethodCurlRequest. method()static Curl.MethodCurl.Method. valueOf(String name)Returns the enum constant of this type with the specified name.static Curl.Method[]Curl.Method. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.codelibs.curl with parameters of type Curl.Method Constructor Description CurlRequest(Curl.Method method, String url)
-