Uses of Class
com.iizix.ws.prop.Method
Packages that use Method Package Description com.iizix.ws.engine com.iizix.ws.prop Uses of Method in com.iizix.ws.engine
Methods in com.iizix.ws.engine that return Method Modifier and Type Method Description Method
RESTfulRequest. getMethod()
Gets the HTTP method for the request.Method
RESTfulRequest. getOverrideMethod()
Gets the override method used for "X-HTTP-Method-Override".Methods in com.iizix.ws.engine with parameters of type Method Modifier and Type Method Description void
RESTfulRequest. setMethod(Method method)
Sets the HTTP method for the request.void
RESTfulRequest. setOverrideMethod(Method overrideMethod)
Sets the override method.Uses of Method in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return Method Modifier and Type Method Description Method
RESTfulInputProps. getMethod()
Gets the method.Method
RESTfulInputProps. getOverrideMethod()
Gets the override method.static Method
Method. valueOf(java.lang.String name)
Returns 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.