Class ConnectorFactory
java.lang.Object
com.yahoo.config.model.producer.AnyConfigProducer
com.yahoo.config.model.producer.TreeConfigProducer<CCHILD>
com.yahoo.vespa.model.container.component.Component<AnyConfigProducer,com.yahoo.osgi.provider.model.ComponentModel>
com.yahoo.vespa.model.container.component.SimpleComponent
com.yahoo.vespa.model.container.http.ConnectorFactory
- All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer,com.yahoo.jdisc.http.ConnectorConfig.Producer,ConfigProducer,Serializable,Comparable<Component<?,?>>
- Direct Known Subclasses:
HostedSslConnectorFactory
public class ConnectorFactory
extends SimpleComponent
implements com.yahoo.jdisc.http.ConnectorConfig.Producer
- Author:
- Einar M R Rosenvinge, bjorncs, mortent
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.yahoo.config.model.producer.AnyConfigProducer
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRequestContentLogging(Set<AccessLogComponent.RequestContentItem> requestContent) voidgetConfig(com.yahoo.jdisc.http.ConnectorConfig.Builder connectorBuilder) Optional<com.yahoo.component.ComponentId>Optional<com.yahoo.component.ComponentId>intgetName()voidsetDefaultRequestFilterChain(com.yahoo.component.ComponentId filterChain) voidsetDefaultResponseFilterChain(com.yahoo.component.ComponentId filterChain) Methods inherited from class com.yahoo.vespa.model.container.component.Component
addComponent, compareTo, fromClassAndBundle, getClassId, getComponentId, getGlobalComponentId, getInjectedComponentIds, inject, injectForName, toStringMethods inherited from class com.yahoo.config.model.producer.TreeConfigProducer
addChild, addDescendantService, getChildren, getChildrenByTypeRecursive, getConfigClassLoader, getDescendantServices, removeChild, validateMethods 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, stateIsHostedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.yahoo.vespa.model.ConfigProducer
dump
-
Constructor Details
-
ConnectorFactory
-
-
Method Details
-
getConfig
public void getConfig(com.yahoo.jdisc.http.ConnectorConfig.Builder connectorBuilder) - Specified by:
getConfigin interfacecom.yahoo.jdisc.http.ConnectorConfig.Producer
-
getName
-
getListenPort
public int getListenPort() -
getDefaultRequestFilterChain
-
getDefaultResponseFilterChain
-
setDefaultRequestFilterChain
public void setDefaultRequestFilterChain(com.yahoo.component.ComponentId filterChain) -
setDefaultResponseFilterChain
public void setDefaultResponseFilterChain(com.yahoo.component.ComponentId filterChain) -
addRequestContentLogging
-
sslProvider
-