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 Summary
Fields Modifier and Type Field Description (package private) RequestInterceptorinterceptor(package private) io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>next
-
Constructor Summary
Constructors Modifier Constructor Description privateInterceptorWrapper()
-
-
-
Field Detail
-
interceptor
final RequestInterceptor interceptor
-
next
final io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> next
-
-