public class RouteMatcher extends Object
| Constructor and Description |
|---|
RouteMatcher() |
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() |
void |
setConsumes(String[] consumes) |
void |
setMethods(io.vertx.core.http.HttpMethod[] methods) |
void |
setOrder(int order) |
void |
setPath(String path) |
void |
setProduces(String[] produces) |
void |
setRegex(String regex) |
public String getPath()
public void setPath(String path)
public String getRegex()
public void setRegex(String regex)
public String[] getProduces()
public void setProduces(String[] produces)
public String[] getConsumes()
public void setConsumes(String[] consumes)
public io.vertx.core.http.HttpMethod[] getMethods()
public void setMethods(io.vertx.core.http.HttpMethod[] methods)
public int getOrder()
public void setOrder(int order)
Copyright © 2020 JBoss by Red Hat. All rights reserved.