public final class WebModuleRootHandler
extends java.lang.Object
implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
Modifier and Type | Method and Description |
---|---|
static WebModuleRootHandler |
build(io.vertx.core.Vertx vertx) |
void |
handle(io.vertx.core.http.HttpServerRequest request) |
protected void |
handleModule(io.vertx.core.http.HttpServerRequest request,
WebModule module) |
protected void handleModule(io.vertx.core.http.HttpServerRequest request, WebModule module)
public void handle(io.vertx.core.http.HttpServerRequest request)
handle
in interface io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
public static WebModuleRootHandler build(io.vertx.core.Vertx vertx)
Copyright © 2021. All Rights Reserved.