Package kos.api
Interface RequestHandler
- All Superinterfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
public interface RequestHandler
extends io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-
Method Summary
-
Method Details
-
handle
default void handle(io.vertx.ext.web.RoutingContext event) - Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-
handle
void handle(io.vertx.core.http.HttpServerRequest request, io.vertx.core.http.HttpServerResponse response)
-