public class HttpServerVisitor extends Object implements ServerVisitor<io.vertx.core.http.HttpServerOptions>
| Modifier and Type | Field and Description |
|---|---|
protected Transformer<io.vertx.core.http.HttpServerOptions> |
transformer |
KEY, YKEY_CONFIG, YKEY_NAME, YKEY_TYPE| Constructor and Description |
|---|
HttpServerVisitor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
extract(io.vertx.core.json.JsonArray serverData,
ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions> map) |
protected io.vertx.up.log.Annal |
getLogger() |
protected io.vertx.up.eon.em.ServerType |
getType() |
protected boolean |
isServer(io.vertx.core.json.JsonObject item) |
ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions> |
visit(String... key) |
protected final transient Transformer<io.vertx.core.http.HttpServerOptions> transformer
public ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions> visit(String... key) throws io.vertx.up.exception.ZeroException
visit in interface Visitor<ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions>>io.vertx.up.exception.ZeroException - ServerConfigExceptionprotected void extract(io.vertx.core.json.JsonArray serverData,
ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions> map)
protected boolean isServer(io.vertx.core.json.JsonObject item)
protected io.vertx.up.eon.em.ServerType getType()
protected io.vertx.up.log.Annal getLogger()
Copyright © 2021. All rights reserved.