Package | Description |
---|---|
io.vertx.ext.shell.term | |
io.vertx.ext.web | |
io.vertx.ext.web.api.contract | |
io.vertx.reactivex.ext.web | |
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 |
---|---|
Router |
RouterFactory.getRouter()
Construct a new router based on spec.
|
Modifier and Type | Method and Description |
---|---|
Router |
Router.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Router |
Router.newInstance(Router arg) |
Constructor and Description |
---|
Router(Router delegate) |
Modifier and Type | Method and Description |
---|---|
Router |
Router.getDelegate() |
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 © 2018 Eclipse. All rights reserved.