public class RouteMatcher extends Object
| Constructor and Description |
|---|
RouteMatcher(String path,
String regex,
String[] produces,
String[] consumes,
io.vertx.core.http.HttpMethod[] methods,
int order) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getConsumes() |
io.vertx.core.http.HttpMethod[] |
getMethods() |
int |
getOrder() |
String |
getPath() |
String[] |
getProduces() |
String |
getRegex() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.