public class HttpRoute
extends java.lang.Object
| Constructor and Description |
|---|
HttpRoute(io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> handler,
java.lang.String path,
java.util.Set<java.lang.String> verbs) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(RouteMatcher routeMatcher) |
public HttpRoute(io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> handler,
java.lang.String path,
java.util.Set<java.lang.String> verbs)
public void bind(RouteMatcher routeMatcher)
Copyright © 2024. All Rights Reserved.