Class MatchResultInitializerRouter

  • All Implemented Interfaces:
    Router

    final class MatchResultInitializerRouter
    extends java.lang.Object
    implements Router
    Request matching bootstrapping stage that pushes the whole request path to the routing context as a right-hand path to be matched.
    • Field Detail

      • rootRouter

        private final Router rootRouter
    • Constructor Detail

      • MatchResultInitializerRouter

        MatchResultInitializerRouter​(Router rootRouter)
        Create a new match result initializer.
        Parameters:
        rootRouter - root router.