Uses of Enum Class
org.attribyte.api.http.Request.Method
Packages that use Request.Method
-
Uses of Request.Method in org.attribyte.api.http
Fields in org.attribyte.api.http declared as Request.MethodMethods in org.attribyte.api.http that return Request.MethodModifier and TypeMethodDescriptionstatic Request.MethodRequest.Method.fromString(String str) Gets a method from a string.Request.getMethod()Gets the HTTP method.static Request.MethodReturns the enum constant of this class with the specified name.static Request.Method[]Request.Method.values()Returns an array containing the constants of this enum class, in the order they are declared.