Package kos.core

Class InterceptorWrapper

  • All Implemented Interfaces:
    io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>

    class InterceptorWrapper
    extends Object
    implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
    • Field Detail

      • next

        final io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> next
    • Constructor Detail

      • InterceptorWrapper

        InterceptorWrapper()
    • 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>