Class DynamicVisitor

    • Constructor Detail

      • DynamicVisitor

        public DynamicVisitor()
    • Method Detail

      • visit

        public ConcurrentMap<Integer,​io.vertx.core.http.HttpServerOptions> visit​(String... key)
                                                                                throws io.vertx.up.exception.ZeroException
        Specified by:
        visit in interface Visitor<ConcurrentMap<Integer,​io.vertx.core.http.HttpServerOptions>>
        Overrides:
        visit in class HttpServerVisitor
        Returns:
        Server config to generate HttpServerOptions by port
        Throws:
        io.vertx.up.exception.ZeroException - ServerConfigException
      • isServer

        protected boolean isServer​(io.vertx.core.json.JsonObject item)
        Overrides:
        isServer in class HttpServerVisitor