Uses of Enum Class
com.soklet.web.HttpMethod
-
Uses of HttpMethod in com.soklet.web
Modifier and TypeMethodDescriptionstatic HttpMethod
Returns 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 com.soklet.web.routing
Modifier and TypeMethodDescriptionDefaultRouteMatcher.match
(HttpMethod httpMethod, String requestPath) RouteMatcher.match
(HttpMethod httpMethod, String requestPath) ModifierConstructorDescriptionRoute
(HttpMethod httpMethod, ResourcePath resourcePath, Method resourceMethod)