Package kos.core
Class SimplifiedRouter.SafeRoutingContextHandler
java.lang.Object
kos.core.SimplifiedRouter.SafeRoutingContextHandler
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
- Enclosing class:
- SimplifiedRouter
private class SimplifiedRouter.SafeRoutingContextHandler
extends Object
implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>(package private) final KosContext -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
handler
final io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler -
kosContext
-
-
Constructor Details
-
SafeRoutingContextHandler
private SafeRoutingContextHandler()
-
-
Method Details
-
handle
public void handle(io.vertx.ext.web.RoutingContext event) - Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-