Package | Description |
---|---|
io.vertx.rxjava.ext.web | |
io.vertx.rxjava.ext.web.handler | |
io.vertx.rxjava.ext.web.handler.sockjs | |
io.vertx.rxjava.ext.web.templ |
Modifier and Type | Method and Description |
---|---|
RoutingContext |
RoutingContext.addCookie(Cookie cookie)
Add a cookie.
|
static RoutingContext |
RoutingContext.newInstance(RoutingContext arg) |
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(io.vertx.core.Handler<io.vertx.rxjava.ext.web.RoutingContext>) 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 |
---|---|
void |
AuthHandler.handle(RoutingContext arg0) |
void |
BasicAuthHandler.handle(RoutingContext arg0) |
void |
BodyHandler.handle(RoutingContext arg0) |
void |
CookieHandler.handle(RoutingContext arg0) |
void |
CorsHandler.handle(RoutingContext arg0) |
void |
ErrorHandler.handle(RoutingContext arg0) |
void |
FaviconHandler.handle(RoutingContext arg0) |
void |
FormLoginHandler.handle(RoutingContext arg0) |
void |
JWTAuthHandler.handle(RoutingContext arg0) |
void |
LoggerHandler.handle(RoutingContext arg0) |
void |
RedirectAuthHandler.handle(RoutingContext arg0) |
void |
ResponseTimeHandler.handle(RoutingContext arg0) |
void |
SessionHandler.handle(RoutingContext arg0) |
void |
StaticHandler.handle(RoutingContext arg0) |
void |
TemplateHandler.handle(RoutingContext arg0) |
void |
TimeoutHandler.handle(RoutingContext arg0) |
void |
UserSessionHandler.handle(RoutingContext arg0) |
Modifier and Type | Method and Description |
---|---|
void |
SockJSHandler.handle(RoutingContext arg0) |
Modifier and Type | Method and Description |
---|---|
void |
TemplateEngine.render(RoutingContext context,
String templateFileName,
Handler<AsyncResult<Buffer>> handler)
Render
|
rx.Observable<Buffer> |
TemplateEngine.renderObservable(RoutingContext context,
String templateFileName)
Render
|
Copyright © 2015. All Rights Reserved.