Uses of Enum Class
org.openqa.selenium.remote.http.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in org.openqa.selenium.remote.http
Subclasses with type arguments of type HttpMethod in org.openqa.selenium.remote.httpMethods in org.openqa.selenium.remote.http that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodHttpMethod.getHttpMethod(String method) HttpRequest.getMethod()static HttpMethodReturns the enum constant of this class with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.remote.http with parameters of type HttpMethodModifierConstructorDescriptionHttpRequest(HttpMethod method, String uri) HttpRequest(HttpMethod method, URI uri)