public class PlatformHttpHeaderFilterStrategy
extends org.apache.camel.support.DefaultHeaderFilterStrategy
org.apache.camel.http.common.HttpHeaderFilterStrategy. Keep in sync or refactor
camel-http-common not to depend on javax.servlet-api and then use the
HttpHeaderFilterStrategy from there.| Constructor and Description |
|---|
PlatformHttpHeaderFilterStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initialize() |
applyFilterToCamelHeaders, applyFilterToExternalHeaders, extendedFilter, getInFilter, getInFilterPattern, getOutFilter, getOutFilterPattern, isAllowNullValues, isCaseInsensitive, isFilterOnMatch, isLowerCase, setAllowNullValues, setCaseInsensitive, setFilterOnMatch, setInFilter, setInFilterPattern, setInFilterPattern, setInFilterStartsWith, setLowerCase, setOutFilter, setOutFilterPattern, setOutFilterPattern, setOutFilterStartsWithApache Camel