| Package | Description |
|---|---|
| io.vertx.ext.apex | |
| io.vertx.ext.apex.templ | |
| io.vertx.rxjava.ext.apex |
| Modifier and Type | Method and Description |
|---|---|
RoutingContext |
RoutingContext.addCookie(Cookie cookie)
Add a cookie.
|
RoutingContext |
RoutingContext.put(String key,
Object obj)
Put some arbitrary data in the context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Router.handleContext(RoutingContext context)
Used to route a context to the router.
|
void |
Router.handleFailure(RoutingContext context)
Used to route a failure to the router.
|
| Modifier and Type | Method and Description |
|---|---|
Route |
Route.blockingHandler(Handler<RoutingContext> requestHandler)
Specify a blocking request handler for the route.
|
Route |
Route.failureHandler(Handler<RoutingContext> failureHandler)
Specify a failure handler for the route.
|
Route |
Route.handler(Handler<RoutingContext> requestHandler)
Specify a request handler for the route.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateEngine.render(RoutingContext context,
String templateFileName,
Handler<AsyncResult<Buffer>> handler)
Render
|
| Modifier and Type | Method and Description |
|---|---|
static RoutingContext |
RoutingContext.newInstance(RoutingContext arg) |
| Constructor and Description |
|---|
RoutingContext(RoutingContext delegate) |
Copyright © 2015. All Rights Reserved.