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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classRequestInterceptorHandler.InterceptorWrapper
-
Field Summary
Fields Modifier and Type Field Description private io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>currentHandler
-
Constructor Summary
Constructors Constructor Description RequestInterceptorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(io.vertx.core.http.HttpServerRequest request)voidregister(RequestInterceptor next)
-
-
-
Method Detail
-
register
public void register(RequestInterceptor next)
-
handle
public void handle(io.vertx.core.http.HttpServerRequest request)
- Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
-
-