Package | Description |
---|---|
io.vertx.ext.web |
= Vert.x-Web
:toc: left
Vert.x-Web is a set of building blocks for building web applications with Vert.x.
|
io.vertx.ext.web.handler.sockjs |
Modifier and Type | Method and Description |
---|---|
Router |
Router.clear()
Remove all the routes from this router
|
Router |
Router.exceptionHandler(io.vertx.core.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(io.vertx.core.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,
io.vertx.core.Vertx vertx)
Install SockJS test applications on a router - used when running the SockJS test suite
|
Copyright © 2018. All rights reserved.