Class HttpFilterConfig

java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.config.ConfigInstance
com.yahoo.container.core.http.HttpFilterConfig

public final class HttpFilterConfig extends com.yahoo.config.ConfigInstance
This class represents the root node of http-filter Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
  • Field Details

  • Constructor Details

  • Method Details

    • getDefMd5

      public static String getDefMd5()
    • getDefName

      public static String getDefName()
    • getDefNamespace

      public static String getDefNamespace()
    • param

      public List<HttpFilterConfig.Param> param()
      Returns:
      http-filter.param[]
    • param

      public HttpFilterConfig.Param param(int i)
      Parameters:
      i - the index of the value to return
      Returns:
      http-filter.param[]
    • filterName

      public String filterName()
      Returns:
      http-filter.filterName
    • filterClass

      public String filterClass()
      Returns:
      http-filter.filterClass