Uses of Class
net.officefloor.server.http.HttpMethod.HttpMethodEnum
-
Packages that use HttpMethod.HttpMethodEnum Package Description net.officefloor.server.http net.officefloor.web.route -
-
Uses of HttpMethod.HttpMethodEnum in net.officefloor.server.http
Methods in net.officefloor.server.http that return HttpMethod.HttpMethodEnum Modifier and Type Method Description HttpMethod.HttpMethodEnum
HttpMethod. getEnum()
Obtains theHttpMethod.HttpMethodEnum
for thisHttpMethod
.static HttpMethod.HttpMethodEnum
HttpMethod.HttpMethodEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpMethod.HttpMethodEnum[]
HttpMethod.HttpMethodEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HttpMethod.HttpMethodEnum in net.officefloor.web.route
Constructor parameters in net.officefloor.web.route with type arguments of type HttpMethod.HttpMethodEnum Constructor Description LeafWebRouteNode(java.lang.String[] allowedMethods, java.util.Map<HttpMethod.HttpMethodEnum,LeafWebRouteHandling> handlers, boolean isWildcardOnlyMatch)
Instantiate.
-