Uses of Class
com.networknt.http.client.HttpMethod
-
Packages that use HttpMethod Package Description com.networknt.http.client -
-
Uses of HttpMethod in com.networknt.http.client
Methods in com.networknt.http.client that return HttpMethod Modifier and Type Method Description static HttpMethodHttpMethod. valueOf(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 com.networknt.http.client with parameters of type HttpMethod Modifier and Type Method Description HttpRequest.BuilderHttpClientRequest. initBuilder(String url, HttpMethod method)HttpRequest.BuilderHttpClientRequest. initBuilder(String url, HttpMethod method, Optional<?> body)HttpRequest.BuilderHttpClientRequest. initBuilder(URI uri, HttpMethod method)HttpRequest.BuilderHttpClientRequest. initBuilder(URI uri, HttpMethod method, Optional<?> body)
-