Class JettyHttpServer

All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer, com.yahoo.jdisc.http.ServerConfig.Producer, ConfigProducer, Serializable, Comparable<Component<?,?>>

public class JettyHttpServer extends SimpleComponent implements com.yahoo.jdisc.http.ServerConfig.Producer
Author:
Einar M R Rosenvinge, bjorncs
See Also:
  • Constructor Details

  • Method Details

    • setHostedVespa

      public void setHostedVespa(boolean isHostedVespa)
    • addConnector

      public void addConnector(ConnectorFactory connectorFactory)
    • getConnectorFactories

      public List<ConnectorFactory> getConnectorFactories()
    • addIgnoredUserAgent

      public void addIgnoredUserAgent(String userAgent)
    • getConfig

      public void getConfig(com.yahoo.jdisc.http.ServerConfig.Builder builder)
      Specified by:
      getConfig in interface com.yahoo.jdisc.http.ServerConfig.Producer