Class HttpServerVisitor

    • Field Detail

      • transformer

        protected final transient JTransformer<io.vertx.core.http.HttpServerOptions> transformer
    • Constructor Detail

      • HttpServerVisitor

        public HttpServerVisitor()
    • 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>>
        Returns:
        Server config to generate HttpServerOptions by port
        Throws:
        io.vertx.up.exception.ZeroException - ServerConfigException
      • extract

        protected void extract​(io.vertx.core.json.JsonArray serverData,
                               ConcurrentMap<Integer,​io.vertx.core.http.HttpServerOptions> map)
      • isServer

        protected boolean isServer​(io.vertx.core.json.JsonObject item)
      • getType

        protected io.vertx.up.eon.em.ServerType getType()
      • getLogger

        protected io.vertx.up.log.Annal getLogger()