Package kos.core

Class RequestInterceptorHandler

java.lang.Object
kos.core.RequestInterceptorHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>

public class RequestInterceptorHandler extends Object implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
  • Field Details

    • currentHandler

      private io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> currentHandler
  • Constructor Details

    • RequestInterceptorHandler

      public RequestInterceptorHandler()
  • Method Details

    • register

      public void register(RequestInterceptor next)
    • handle

      public void handle(io.vertx.core.http.HttpServerRequest request)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>