Package | Description |
---|---|
io.vertx.ext.shell.term | |
io.vertx.ext.web | |
io.vertx.ext.web.handler.sockjs | |
io.vertx.rxjava.ext.web | |
io.vertx.servicediscovery.rest |
Modifier and Type | Method and Description |
---|---|
static TermServer |
TermServer.createHttpTermServer(Vertx vertx,
Router router)
Create a term server for the HTTP protocol, using an existing router.
|
static TermServer |
TermServer.createHttpTermServer(Vertx vertx,
Router router,
HttpTermOptions options)
Create a term server for the HTTP protocol, using an existing router.
|
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) |
Modifier and Type | Method and Description |
---|---|
static ServiceDiscoveryRestEndpoint |
ServiceDiscoveryRestEndpoint.create(Router router,
ServiceDiscovery discovery)
Creates the REST endpoint using the default root (
/discovery ). |
static ServiceDiscoveryRestEndpoint |
ServiceDiscoveryRestEndpoint.create(Router router,
ServiceDiscovery discovery,
String root)
Creates the REST endpoint using the given root.
|
Copyright © 2016. All rights reserved.