Uses of Class
io.github.hapjava.server.impl.http.HttpMethod
-
Packages that use HttpMethod Package Description io.github.hapjava.server.impl.http -
-
Uses of HttpMethod in io.github.hapjava.server.impl.http
Methods in io.github.hapjava.server.impl.http that return HttpMethod Modifier and Type Method Description HttpMethodHttpRequest. getMethod()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.
-