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
FieldsModifier and TypeFieldDescription(package private) final RequestInterceptor(package private) final io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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:
handlein interfaceio.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
-