Uses of Interface
cool.scx.http.routing.RouteWritable
Packages that use RouteWritable
-
Uses of RouteWritable in cool.scx.http.routing
Methods in cool.scx.http.routing that return RouteWritableModifier and TypeMethodDescriptionRouteWritable.handler(Consumer<RoutingContext> handler) RouteWritable.method(HttpMethod... httpMethods) static RouteWritableRoute.of()RouteWritable.order(int order) default RouteWritableRouter.route()default RouteWritableRouter.route(int order) RouteWritable.type(TypeMatcher typeMatcher)