Uses of Class
cool.scx.http.routing.RoutingContext
Packages that use RoutingContext
-
Uses of RoutingContext in cool.scx.http.routing
Methods in cool.scx.http.routing that return RoutingContextMethods in cool.scx.http.routing that return types with arguments of type RoutingContextMethod parameters in cool.scx.http.routing with type arguments of type RoutingContextModifier and TypeMethodDescriptionRouter.errorHandler(BiConsumer<Throwable, RoutingContext> handler) RouterImpl.errorHandler(BiConsumer<Throwable, RoutingContext> handler) RouteWritable.handler(Consumer<RoutingContext> handler) -
Uses of RoutingContext in cool.scx.http.routing.handler
Classes in cool.scx.http.routing.handler that implement interfaces with type arguments of type RoutingContextMethods in cool.scx.http.routing.handler with parameters of type RoutingContextModifier and TypeMethodDescriptionvoidCorsHandler.accept(RoutingContext context) voidStaticHandler.accept(RoutingContext routingContext) static voidStaticHelper.sendStatic(Path path, RoutingContext context)