Class Http
java.lang.Object
com.yahoo.config.model.producer.AnyConfigProducer
com.yahoo.config.model.producer.TreeConfigProducer<AnyConfigProducer>
com.yahoo.vespa.model.container.http.Http
- All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer
,com.yahoo.jdisc.http.ServerConfig.Producer
,ConfigProducer
,Serializable
public class Http
extends TreeConfigProducer<AnyConfigProducer>
implements com.yahoo.jdisc.http.ServerConfig.Producer
Represents the http servers and filters of a container cluster.
- Author:
- Tony Vaagenes, bjorncs
- See Also:
-
Field Summary
Fields inherited from class com.yahoo.config.model.producer.AnyConfigProducer
log
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getConfig
(com.yahoo.jdisc.http.ServerConfig.Builder builder) void
void
setAccessControl
(AccessControl accessControl) void
setHttpServer
(JettyHttpServer newServer) void
setStrictFiltering
(boolean enabled) void
validate()
check constraints depending on the state of the vespamodel graph.Methods inherited from class com.yahoo.config.model.producer.TreeConfigProducer
addChild, addDescendantService, getChildren, getChildrenByTypeRecursive, getConfigClassLoader, getDescendantServices, removeChild
Methods inherited from class com.yahoo.config.model.producer.AnyConfigProducer
addConfigId, addUserConfig, cascadeConfig, currentConfigId, findInheritedClassLoader, getConfigId, getMonitoringService, getParent, getRoot, getSubId, getUserConfigs, hostSystem, mergeUserConfigs, remove, setParent, setUserConfigs, stateIsHosted
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.yahoo.vespa.model.ConfigProducer
dump
-
Constructor Details
-
Http
-
-
Method Details
-
setAccessControl
-
getFilterChains
-
getHttpServer
-
setHttpServer
-
removeAllServers
public void removeAllServers() -
getBindings
-
getAccessControl
-
setStrictFiltering
public void setStrictFiltering(boolean enabled) -
getConfig
public void getConfig(com.yahoo.jdisc.http.ServerConfig.Builder builder) - Specified by:
getConfig
in interfacecom.yahoo.jdisc.http.ServerConfig.Producer
-
validate
public void validate()Description copied from interface:ConfigProducer
check constraints depending on the state of the vespamodel graph. When overriding, you must invoke super.- Specified by:
validate
in interfaceConfigProducer
- Overrides:
validate
in classTreeConfigProducer<AnyConfigProducer>
-