Uses of Enum Class
net.officefloor.server.http.HttpMethod.HttpMethodEnum
Packages that use HttpMethod.HttpMethodEnum
-
Uses of HttpMethod.HttpMethodEnum in net.officefloor.server.http
Methods in net.officefloor.server.http that return HttpMethod.HttpMethodEnumModifier and TypeMethodDescriptionHttpMethod.getEnum()Obtains theHttpMethod.HttpMethodEnumfor thisHttpMethod.static HttpMethod.HttpMethodEnumReturns the enum constant of this class with the specified name.static HttpMethod.HttpMethodEnum[]HttpMethod.HttpMethodEnum.values()Returns an array containing the constants of this enum class, 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.HttpMethodEnumModifierConstructorDescriptionLeafWebRouteNode(String[] allowedMethods, Map<HttpMethod.HttpMethodEnum, LeafWebRouteHandling> handlers, boolean isWildcardOnlyMatch) Instantiate.