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 Details

    • handler

      final io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler
    • kosContext

      final KosContext kosContext
  • Constructor Details

    • SafeRoutingContextHandler

      private SafeRoutingContextHandler()
  • Method Details

    • handle

      public void handle(io.vertx.ext.web.RoutingContext event)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>