Package kos.core

Class RequestInterceptorHandler.InterceptorWrapper

java.lang.Object
kos.core.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 Details

    • interceptor

      final RequestInterceptor interceptor
    • next

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

    • InterceptorWrapper

      private InterceptorWrapper()
  • Method Details

    • handle

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