Uses of Enum Class
org.nanonative.nano.services.http.model.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in org.nanonative.nano.services.http.model
Fields in org.nanonative.nano.services.http.model declared as HttpMethodMethods in org.nanonative.nano.services.http.model that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodHttpMethod.httpMethodOf(String method) HttpObject.methodType()Returns the current HTTP method of this object.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.Methods in org.nanonative.nano.services.http.model with parameters of type HttpMethodModifier and TypeMethodDescriptionstatic booleanHttpObject.isMethod(HttpObject request, HttpMethod method) HttpObject.methodType(HttpMethod method) Sets the HTTP method for this object.