Uses of Enum Class
com.soklet.web.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in com.soklet.web
Methods in com.soklet.web that return HttpMethodModifier and TypeMethodDescriptionstatic 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 com.soklet.web that return types with arguments of type HttpMethod -
Uses of HttpMethod in com.soklet.web.routing
Methods in com.soklet.web.routing that return HttpMethodMethods in com.soklet.web.routing with parameters of type HttpMethodModifier and TypeMethodDescriptionDefaultRouteMatcher.match(HttpMethod httpMethod, String requestPath) RouteMatcher.match(HttpMethod httpMethod, String requestPath) Constructors in com.soklet.web.routing with parameters of type HttpMethodModifierConstructorDescriptionRoute(HttpMethod httpMethod, ResourcePath resourcePath, Method resourceMethod)