Uses of Enum Class
dev.voidframework.web.http.HttpMethod
Packages that use HttpMethod
Package
Description
-
Uses of HttpMethod in dev.voidframework.web.http
Methods in dev.voidframework.web.http that return HttpMethodModifier and TypeMethodDescriptionHttpRequest.getHttpMethod()Get the HTTP request method.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. -
Uses of HttpMethod in dev.voidframework.web.http.errorhandler.errorpage
Methods in dev.voidframework.web.http.errorhandler.errorpage with parameters of type HttpMethod -
Uses of HttpMethod in dev.voidframework.web.http.routing
Methods in dev.voidframework.web.http.routing that return HttpMethodModifier and TypeMethodDescriptionRoute.httpMethod()Returns the value of thehttpMethodrecord component.Methods in dev.voidframework.web.http.routing that return types with arguments of type HttpMethodMethods in dev.voidframework.web.http.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.http.routing with parameters of type HttpMethod -
Uses of HttpMethod in dev.voidframework.web.http.routing.impl
Methods in dev.voidframework.web.http.routing.impl that return types with arguments of type HttpMethodMethods in dev.voidframework.web.http.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.http
Methods in dev.voidframework.web.server.http that return HttpMethod