Class PlatformHttpHeaderFilterStrategy

java.lang.Object
org.apache.camel.support.DefaultHeaderFilterStrategy
org.apache.camel.component.platform.http.PlatformHttpHeaderFilterStrategy
All Implemented Interfaces:
org.apache.camel.spi.HeaderFilterStrategy

public class PlatformHttpHeaderFilterStrategy extends org.apache.camel.support.DefaultHeaderFilterStrategy
A copy of org.apache.camel.http.common.HttpHeaderFilterStrategy. Keep in sync or refactor camel-http-common not to depend on jakarta.servlet-api and then use the HttpHeaderFilterStrategy from there.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.camel.spi.HeaderFilterStrategy

    org.apache.camel.spi.HeaderFilterStrategy.Direction
  • Field Summary

    Fields inherited from class org.apache.camel.support.DefaultHeaderFilterStrategy

    CAMEL_FILTER_PATTERN, CAMEL_FILTER_STARTS_WITH
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class org.apache.camel.support.DefaultHeaderFilterStrategy

    applyFilterToCamelHeaders, applyFilterToExternalHeaders, extendedFilter, getInFilter, getInFilterPattern, getOutFilter, getOutFilterPattern, isAllowNullValues, isCaseInsensitive, isFilterOnMatch, isLowerCase, setAllowNullValues, setCaseInsensitive, setFilterOnMatch, setInFilter, setInFilterPattern, setInFilterPattern, setInFilterStartsWith, setLowerCase, setOutFilter, setOutFilterPattern, setOutFilterPattern, setOutFilterStartsWith

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PlatformHttpHeaderFilterStrategy

      public PlatformHttpHeaderFilterStrategy()
  • Method Details

    • initialize

      protected void initialize()