Package | Description |
---|---|
io.vertx.ext.web | |
io.vertx.ext.web.handler | |
io.vertx.ext.web.templ | |
io.vertx.groovy.ext.web | |
io.vertx.rxjava.ext.web |
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)
Like
Route.blockingHandler(Handler, boolean) called with ordered = true |
Route |
Route.blockingHandler(Handler<RoutingContext> requestHandler,
boolean ordered)
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 |
---|---|
static VirtualHostHandler |
VirtualHostHandler.create(String hostname,
Handler<RoutingContext> handler)
Create a handler
|
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_GroovyExtension.put(RoutingContext j_receiver,
String key,
Object obj) |
Modifier and Type | Method and Description |
---|---|
static <T> Object |
RoutingContext_GroovyExtension.get(RoutingContext j_receiver,
String key) |
static Map<String,Object> |
RoutingContext_GroovyExtension.getBodyAsJson(RoutingContext j_receiver) |
static List<Object> |
RoutingContext_GroovyExtension.getBodyAsJsonArray(RoutingContext j_receiver) |
static RoutingContext |
RoutingContext_GroovyExtension.put(RoutingContext j_receiver,
String key,
Object obj) |
static <T> Object |
RoutingContext_GroovyExtension.remove(RoutingContext j_receiver,
String key) |
Modifier and Type | Method and Description |
---|---|
RoutingContext |
RoutingContext.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static RoutingContext |
RoutingContext.newInstance(RoutingContext arg) |
Constructor and Description |
---|
RoutingContext(RoutingContext delegate) |
Copyright © 2017. All rights reserved.