Package kos.core

Class 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 Detail

      • handler

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

      • SafeRoutingContextHandler

        private SafeRoutingContextHandler()
    • Method Detail

      • handle

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