Package | Description |
---|---|
io.vertx.rxjava.ext.shell.term | |
io.vertx.rxjava.ext.web | |
io.vertx.rxjava.ext.web.api.contract | |
io.vertx.rxjava.ext.web.api.contract.openapi3 |
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 | Field and Description |
---|---|
static TypeArg<Router> |
Router.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
Router |
Router.clear()
Remove all the routes from this router
|
Router |
Router.errorHandler(int statusCode,
Handler<RoutingContext> errorHandler)
Specify an handler to handle an error for a particular status code.
|
Router |
Router.exceptionHandler(Handler<Throwable> exceptionHandler)
Deprecated.
|
Router |
Router.mountSubRouter(String mountPoint,
Router subRouter)
Mount a sub router on this router
|
static Router |
Router.newInstance(Router arg) |
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 |
OpenAPI3RouterFactory.getRouter()
Construct a new router based on spec.
|
Copyright © 2019 Eclipse. All rights reserved.