Uses of Enum Class
com.iizix.ws.prop.Method
Uses of Method in com.iizix.ws.engine
Modifier and TypeMethodDescriptionRESTfulRequest.getMethod()
Gets the HTTP method for the request.RESTfulRequest.getOverrideMethod()
Gets the override method used for "X-HTTP-Method-Override".Modifier and TypeMethodDescriptionvoid
Sets the HTTP method for the request.void
RESTfulRequest.setOverrideMethod
(Method overrideMethod) Sets the override method.Uses of Method in com.iizix.ws.prop
Modifier and TypeMethodDescriptionRESTfulInputProps.getMethod()
Gets the method.RESTfulInputProps.getOverrideMethod()
Gets the override method.static Method
Returns the enum constant of this class with the specified name.static Method[]
Method.values()
Returns an array containing the constants of this enum class, in the order they are declared.