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

    Modifier and Type
    Method
    Description
    void
    handle(io.vertx.core.http.HttpServerRequest request, io.vertx.core.http.HttpServerResponse response)
     
    default void
    handle(io.vertx.ext.web.RoutingContext event)
     
  • Method Details

    • handle

      default void handle(io.vertx.ext.web.RoutingContext event)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
    • handle

      void handle(io.vertx.core.http.HttpServerRequest request, io.vertx.core.http.HttpServerResponse response)