org.apache.camel.component.http4
Class HttpHeaderFilterStrategy

java.lang.Object
  extended by org.apache.camel.impl.DefaultHeaderFilterStrategy
      extended by org.apache.camel.component.http4.HttpHeaderFilterStrategy
All Implemented Interfaces:
org.apache.camel.spi.HeaderFilterStrategy

public class HttpHeaderFilterStrategy
extends org.apache.camel.impl.DefaultHeaderFilterStrategy

Version:

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.camel.spi.HeaderFilterStrategy
org.apache.camel.spi.HeaderFilterStrategy.Direction
 
Constructor Summary
HttpHeaderFilterStrategy()
           
 
Method Summary
protected  void initialize()
           
 
Methods inherited from class org.apache.camel.impl.DefaultHeaderFilterStrategy
applyFilterToCamelHeaders, applyFilterToExternalHeaders, extendedFilter, getInFilter, getInFilterPattern, getOutFilter, getOutFilterPattern, isAllowNullValues, isLowerCase, setAllowNullValues, setInFilter, setInFilterPattern, setLowerCase, setOutFilter, setOutFilterPattern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpHeaderFilterStrategy

public HttpHeaderFilterStrategy()
Method Detail

initialize

protected void initialize()


Apache CAMEL