Package kos.core

Class 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 Detail

      • currentHandler

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

      • RequestInterceptorHandler

        public RequestInterceptorHandler()
    • Method Detail

      • handle

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