Package | Description |
---|---|
io.vertx.ext.web | |
io.vertx.ext.web.handler.sockjs | |
io.vertx.rxjava.ext.web |
Modifier and Type | Method and Description |
---|---|
Router |
Router.clear()
Remove all the routes from this router
|
Router |
Router.exceptionHandler(Handler<Throwable> exceptionHandler)
Specify a handler for any unhandled exceptions on this router.
|
Router |
Router.mountSubRouter(String mountPoint,
Router subRouter)
Mount a sub router on this router
|
static Router |
Router.router(Vertx vertx)
Create a router
|
Modifier and Type | Method and Description |
---|---|
Router |
Router.mountSubRouter(String mountPoint,
Router subRouter)
Mount a sub router on this router
|
Modifier and Type | Method and Description |
---|---|
static void |
SockJSHandler.installTestApplications(Router router,
Vertx vertx)
Install SockJS test applications on a router - used when running the SockJS test suite
|
Modifier and Type | Method and Description |
---|---|
static Router |
Router.newInstance(Router arg) |
Constructor and Description |
---|
Router(Router delegate) |
Copyright © 2015. All Rights Reserved.