Uses of Class
io.vertx.reactivex.ext.web.Router
-
-
Uses of Router in io.vertx.reactivex.ext.shell.term
Methods in io.vertx.reactivex.ext.shell.term with parameters of type Router Modifier and Type Method Description static TermServerTermServer. createHttpTermServer(Vertx vertx, Router router)Create a term server for the HTTP protocol, using an existing router.static TermServerTermServer. createHttpTermServer(Vertx vertx, Router router, HttpTermOptions options)Create a term server for the HTTP protocol, using an existing router. -
Uses of Router in io.vertx.reactivex.ext.web
Fields in io.vertx.reactivex.ext.web with type parameters of type Router Modifier and Type Field Description static TypeArg<Router>Router. __TYPE_ARGMethods in io.vertx.reactivex.ext.web that return Router Modifier and Type Method Description RouterRouter. allowForward(AllowForwardHeaders allowForwardHeaders)Set whether the router should parse "forwarded"-type headersRouterRouter. clear()Remove all the routes from this routerRouterRouter. errorHandler(int statusCode, Handler<RoutingContext> errorHandler)Specify an handler to handle an error for a particular status code.RouterRouter. modifiedHandler(Handler<Router> handler)When a Router routes are changed this handler is notified.static RouterRouter. newInstance(Router arg)RouterRouter. putMetadata(String key, Object value)Put metadata to this router.static RouterRouter. router(Vertx vertx)Create a routerMethods in io.vertx.reactivex.ext.web with parameters of type Router Modifier and Type Method Description RouteRouter. mountSubRouter(String mountPoint, Router subRouter)Deprecated.RouteRoute. subRouter(Router subRouter)Use a (sub)Routeras a handler.Method parameters in io.vertx.reactivex.ext.web with type arguments of type Router Modifier and Type Method Description RouterRouter. modifiedHandler(Handler<Router> handler)When a Router routes are changed this handler is notified. -
Uses of Router in io.vertx.reactivex.ext.web.api.contract
Methods in io.vertx.reactivex.ext.web.api.contract that return Router Modifier and Type Method Description RouterRouterFactory. getRouter()Deprecated. -
Uses of Router in io.vertx.reactivex.ext.web.api.contract.openapi3
Methods in io.vertx.reactivex.ext.web.api.contract.openapi3 that return Router Modifier and Type Method Description RouterOpenAPI3RouterFactory. getRouter()Deprecated. -
Uses of Router in io.vertx.reactivex.ext.web.handler.sockjs
Methods in io.vertx.reactivex.ext.web.handler.sockjs that return Router Modifier and Type Method Description RouterSockJSHandler. bridge(SockJSBridgeOptions bridgeOptions)Bridge the SockJS handler to the Vert.x event bus.RouterSockJSHandler. bridge(SockJSBridgeOptions bridgeOptions, Handler<BridgeEvent> bridgeEventHandler)LikeSockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions)but specifying a handler that will receive bridge events.RouterSockJSHandler. bridge(AuthorizationProvider authorizationProvider, SockJSBridgeOptions bridgeOptions, Handler<BridgeEvent> bridgeEventHandler)LikeSockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions)but specifying a handler that will receive bridge events.RouterSockJSHandler. socketHandler(Handler<SockJSSocket> handler)Set a SockJS socket handler. -
Uses of Router in io.vertx.reactivex.ext.web.openapi
Methods in io.vertx.reactivex.ext.web.openapi that return Router Modifier and Type Method Description RouterRouterBuilder. createRouter()Construct a new router based on spec.
-