| Package | Description |
|---|---|
| io.vertx.ext.routematcher.impl |
| Modifier and Type | Method and Description |
|---|---|
RouteMatcherImpl |
RouteMatcherImpl.all(String pattern,
io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> handler)
Specify a handler that will be called for all HTTP methods
|
RouteMatcherImpl |
RouteMatcherImpl.allWithRegEx(String regex,
io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> handler)
Specify a handler that will be called for all HTTP methods
|
RouteMatcherImpl |
RouteMatcherImpl.noMatch(io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> handler)
Specify a handler that will be called when no other handlers match.
|
Copyright © 2014. All Rights Reserved.