public class HttpServerVisitor extends Object implements io.vertx.zero.config.ServerVisitor<io.vertx.core.http.HttpServerOptions>
| Modifier and Type | Field and Description |
|---|---|
protected io.vertx.zero.marshal.Transformer<io.vertx.core.http.HttpServerOptions> |
transformer |
| 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 int |
extractPort(io.vertx.core.json.JsonObject config) |
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 io.vertx.zero.marshal.Transformer<io.vertx.core.http.HttpServerOptions> transformer
public ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions> visit(String... key) throws ZeroException
visit in interface io.vertx.zero.marshal.Visitor<ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions>>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 int extractPort(io.vertx.core.json.JsonObject config)
protected io.vertx.up.eon.em.ServerType getType()
protected io.vertx.up.log.Annal getLogger()
Copyright © 2018. All rights reserved.