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 ClassesModifier and TypeClassDescriptionprivate static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(io.vertx.core.http.HttpServerRequest request) voidregister(RequestInterceptor next)
-
Field Details
-
currentHandler
private io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> currentHandler
-
-
Constructor Details
-
RequestInterceptorHandler
public RequestInterceptorHandler()
-
-
Method Details
-
register
-
handle
public void handle(io.vertx.core.http.HttpServerRequest request) - Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
-