Uses of Class
tech.greenfield.vertx.irked.Router
-
Packages that use Router Package Description io.vertx.ext.web.impl tech.greenfield.vertx.irked -
-
Uses of Router in io.vertx.ext.web.impl
Constructors in io.vertx.ext.web.impl with parameters of type Router Constructor Description RouteImplHelper(Router router, String path)Parse the specified route path for the specified Irked router, by creating a standaloneRouteImpl -
Uses of Router in tech.greenfield.vertx.irked
Fields in tech.greenfield.vertx.irked declared as Router Modifier and Type Field Description protected RouterRouteConfiguration. routerMethods in tech.greenfield.vertx.irked that return Router Modifier and Type Method Description RouterRouter. allowForward(io.vertx.ext.web.AllowForwardHeaders allowForwardHeaders)RouterRouter. configReport()RouterRouter. configReport(PrintStream reportStream)RouterRouter. configure(Controller api)RouterRouter. configure(Controller api, String path)RouterRouter. errorHandler(int statusCode, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> errorHandler)RouterRouter. modifiedHandler(io.vertx.core.Handler<io.vertx.ext.web.Router> handler)RouterRouter. remove(Controller api)RouterIrked. router()Create a new Irked routerstatic RouterIrked. router(io.vertx.core.Vertx vertx)Create a new Irked routerRouterRouter. with(Controller api)RouterRouter. with(Controller api, String path)Constructors in tech.greenfield.vertx.irked with parameters of type Router Constructor Description RouteConfiguration(Controller impl, Router router, Annotation[] annotations)RouteConfigurationField(Controller impl, Router router, Field f)RouteConfigurationMethod(Controller impl, Router router, Method m)
-