Uses of Class
org.apache.camel.component.netty.http.NettyHttpConfiguration

Packages that use NettyHttpConfiguration
org.apache.camel.component.netty.http   
 

Uses of NettyHttpConfiguration in org.apache.camel.component.netty.http
 

Methods in org.apache.camel.component.netty.http that return NettyHttpConfiguration
 NettyHttpConfiguration NettyHttpConfiguration.copy()
           
 NettyHttpConfiguration NettyHttpConsumer.getConfiguration()
           
 NettyHttpConfiguration NettyHttpEndpoint.getConfiguration()
           
 NettyHttpConfiguration NettyHttpProducer.getConfiguration()
           
 

Methods in org.apache.camel.component.netty.http with parameters of type NettyHttpConfiguration
 void DefaultNettyHttpBinding.populateCamelHeaders(org.jboss.netty.handler.codec.http.HttpRequest request, Map<String,Object> headers, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration)
           
 void NettyHttpBinding.populateCamelHeaders(org.jboss.netty.handler.codec.http.HttpRequest request, Map<String,Object> headers, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration)
          Binds from Netty HttpRequest to Camel headers as a Map.
 void DefaultNettyHttpBinding.populateCamelHeaders(org.jboss.netty.handler.codec.http.HttpResponse response, Map<String,Object> headers, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration)
           
 void NettyHttpBinding.populateCamelHeaders(org.jboss.netty.handler.codec.http.HttpResponse response, Map<String,Object> headers, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration)
          Binds from Netty HttpResponse to Camel headers as a Map.
protected  String DefaultNettyHttpBinding.shouldUrlDecodeHeader(NettyHttpConfiguration configuration, String headerName, Object value, String charset)
          Decodes the header if needed to, or returns the header value as is.
 org.apache.camel.Message DefaultNettyHttpBinding.toCamelMessage(org.jboss.netty.handler.codec.http.HttpRequest request, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration)
           
 org.apache.camel.Message NettyHttpBinding.toCamelMessage(org.jboss.netty.handler.codec.http.HttpRequest request, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration)
          Binds from Netty HttpRequest to Camel Message.
 org.apache.camel.Message DefaultNettyHttpBinding.toCamelMessage(org.jboss.netty.handler.codec.http.HttpResponse response, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration)
           
 org.apache.camel.Message NettyHttpBinding.toCamelMessage(org.jboss.netty.handler.codec.http.HttpResponse response, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration)
          Binds from Netty HttpResponse to Camel Message.
 org.jboss.netty.handler.codec.http.HttpRequest DefaultNettyHttpBinding.toNettyRequest(org.apache.camel.Message message, String uri, NettyHttpConfiguration configuration)
           
 org.jboss.netty.handler.codec.http.HttpRequest NettyHttpBinding.toNettyRequest(org.apache.camel.Message message, String uri, NettyHttpConfiguration configuration)
          Binds from Camel Message to Netty HttpRequest.
 org.jboss.netty.handler.codec.http.HttpResponse DefaultNettyHttpBinding.toNettyResponse(org.apache.camel.Message message, NettyHttpConfiguration configuration)
           
 org.jboss.netty.handler.codec.http.HttpResponse NettyHttpBinding.toNettyResponse(org.apache.camel.Message message, NettyHttpConfiguration configuration)
          Binds from Camel Message to Netty HttpResponse.
 



Apache Camel