Uses of Enum
io.inverno.mod.http.base.Method
Packages that use Method
-
Uses of Method in io.inverno.mod.http.base
Methods in io.inverno.mod.http.base that return MethodModifier and TypeMethodDescriptionBaseRequest.getMethod()Returns the HTTP method of the request.static MethodReturns the enum constant of this type with the specified name.static Method[]Method.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.inverno.mod.http.base that return types with arguments of type MethodModifier and TypeMethodDescriptionMethodNotAllowedException.getAllowedMethods()Returns the list of methods allowed by the requested resource.Constructor parameters in io.inverno.mod.http.base with type arguments of type MethodModifierConstructorDescriptionMethodNotAllowedException(Set<Method> allowedMethods) Creates a method not allowed exception with the specified list of methods allowed by the requested resource.MethodNotAllowedException(Set<Method> allowedMethods, String message) Creates a method not allowed exception with the specified list of methods allowed by the requested resource and message.MethodNotAllowedException(Set<Method> allowedMethods, String message, Throwable cause) Creates a method not allowed exception with the specified list of methods allowed by the requested resource, message and cause.MethodNotAllowedException(Set<Method> allowedMethods, Throwable cause) Creates a method not allowed exception with the specified list of methods allowed by the requested resource and cause.