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.DefaultHeaderFilterStrategyA copy oforg.apache.camel.http.common.HttpHeaderFilterStrategy. Keep in sync or refactorcamel-http-commonnot to depend onjavax.servlet-apiand then use theHttpHeaderFilterStrategyfrom there.
-
-
Constructor Summary
Constructors Constructor Description PlatformHttpHeaderFilterStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitialize()-
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
-
-