Uses of Class
de.fraunhofer.iosb.ilt.frostserver.util.HttpMethod
-
Packages that use HttpMethod Package Description de.fraunhofer.iosb.ilt.frostserver.util -
-
Uses of HttpMethod in de.fraunhofer.iosb.ilt.frostserver.util
Methods in de.fraunhofer.iosb.ilt.frostserver.util that return HttpMethod Modifier and Type Method Description static HttpMethodHttpMethod. fromString(String input)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.
-