Uses of Enum Class
org.codelibs.curl.Curl.Method
Packages that use Curl.Method
-
Uses of Curl.Method in org.codelibs.curl
Fields in org.codelibs.curl declared as Curl.MethodModifier and TypeFieldDescriptionprotected Curl.MethodCurlRequest.methodThe HTTP method for the request.Methods in org.codelibs.curl that return Curl.MethodModifier and TypeMethodDescriptionCurlRequest.method()Returns the HTTP method for the request.static Curl.MethodReturns the enum constant of this class with the specified name.static Curl.Method[]Curl.Method.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.codelibs.curl with parameters of type Curl.MethodModifierConstructorDescriptionCurlRequest(Curl.Method method, String url) Constructs a new CurlRequest with the specified HTTP method and URL.