Uses of Enum Class
dev.voidframework.web.routing.HttpMethod
Packages that use HttpMethod
Package
Description
-
Uses of HttpMethod in dev.voidframework.web.http
Methods in dev.voidframework.web.http that return HttpMethod -
Uses of HttpMethod in dev.voidframework.web.http.errorpage
Methods in dev.voidframework.web.http.errorpage with parameters of type HttpMethod -
Uses of HttpMethod in dev.voidframework.web.routing
Methods in dev.voidframework.web.routing that return HttpMethodModifier and TypeMethodDescriptionRoute.httpMethod()Returns the value of thehttpMethodrecord component.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 dev.voidframework.web.routing that return types with arguments of type HttpMethodMethods in dev.voidframework.web.routing with parameters of type HttpMethodModifier and TypeMethodDescriptionvoidRouter.addRoute(HttpMethod httpMethod, String routeUrl, Class<?> controllerClassType, Method method) Adds a new route.voidRouter.addRoute(HttpMethod httpMethod, String routeUrl, Class<?> controllerClassType, Method method, String name) Adds a new route.Router.resolveRoute(HttpMethod httpMethod, String uri) Resolves a route.Constructors in dev.voidframework.web.routing with parameters of type HttpMethod -
Uses of HttpMethod in dev.voidframework.web.routing.impl
Methods in dev.voidframework.web.routing.impl that return types with arguments of type HttpMethodMethods in dev.voidframework.web.routing.impl with parameters of type HttpMethodModifier and TypeMethodDescriptionvoidDefaultRouter.addRoute(HttpMethod httpMethod, String routeUrl, Class<?> controllerClassType, Method method) voidDefaultRouter.addRoute(HttpMethod httpMethod, String routeUrl, Class<?> controllerClassType, Method method, String name) DefaultRouter.resolveRoute(HttpMethod httpMethod, String uri) -
Uses of HttpMethod in dev.voidframework.web.server
Methods in dev.voidframework.web.server that return HttpMethod