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
Fields Modifier and Type Field Description (package private) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>handler(package private) KosContextkosContext
-
Constructor Summary
Constructors Modifier Constructor Description privateSafeRoutingContextHandler()
-
-
-
Field Detail
-
handler
final io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler
-
kosContext
final KosContext kosContext
-
-