Package io.vertx.up.uca.options
Class DynamicVisitor
java.lang.Object
io.vertx.up.uca.options.AbstractSVisitor
io.vertx.up.uca.options.HttpServerVisitor
io.vertx.up.uca.options.DynamicVisitor
- All Implemented Interfaces:
ServerVisitor<io.vertx.core.http.HttpServerOptions>,Visitor<ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions>>
- Author:
- lang Http options for dynamic extension.
-
Field Summary
Fields inherited from class io.vertx.up.uca.options.HttpServerVisitor
transformer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisServer(io.vertx.core.json.JsonObject item) ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions> Methods inherited from class io.vertx.up.uca.options.HttpServerVisitor
extractMethods inherited from class io.vertx.up.uca.options.AbstractSVisitor
logger, serverPreMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vertx.up.uca.options.ServerVisitor
logger, serverPort, serverType
-
Constructor Details
-
DynamicVisitor
public DynamicVisitor()
-
-
Method Details
-
visit
public ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions> visit(String... key) throws io.horizon.exception.ProgramException - Specified by:
visitin interfaceVisitor<ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions>> - Overrides:
visitin classHttpServerVisitor- Returns:
- Server config to generate HttpServerOptions by port
- Throws:
io.horizon.exception.ProgramException- ServerConfigException
-
isServer
public boolean isServer(io.vertx.core.json.JsonObject item)
-