Class UriHub

  • All Implemented Interfaces:
    Hub<io.vertx.ext.web.Route>

    public class UriHub
    extends Object
    implements Hub<io.vertx.ext.web.Route>
    Hub for Uri basic path, method, order register to route to generate mime support
    • Constructor Detail

      • UriHub

        public UriHub()
    • Method Detail

      • mount

        public void mount​(io.vertx.ext.web.Route route,
                          Event event)
        Description copied from interface: Hub
        Route mount
        Specified by:
        mount in interface Hub<io.vertx.ext.web.Route>