Package kos.core

Class RequestInterceptorHandler.InterceptorWrapper

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

    private static class RequestInterceptorHandler.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

        private 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>