Uses of Enum Class
de.fraunhofer.iosb.ilt.frostserver.util.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in de.fraunhofer.iosb.ilt.frostserver.util
Methods in de.fraunhofer.iosb.ilt.frostserver.util that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodHttpMethod.fromString(String input) 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.