Uses of Class
org.hcjf.io.net.http.HttpMethod
-
Packages that use HttpMethod Package Description org.hcjf.io.net.http -
-
Uses of HttpMethod in org.hcjf.io.net.http
Methods in org.hcjf.io.net.http that return HttpMethod Modifier and Type Method Description HttpMethodHttpRequest. getMethod()Return the request method.static HttpMethodHttpMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hcjf.io.net.http with parameters of type HttpMethod Modifier and Type Method Description voidHttpClient. setHttpMethod(HttpMethod method)Set the http method to request.voidHttpRequest. setMethod(HttpMethod method)Set the request method.Constructors in org.hcjf.io.net.http with parameters of type HttpMethod Constructor Description HttpRequest(java.lang.String requestPath, HttpMethod method)
-