| Package | Description | 
|---|---|
| org.apache.camel.component.netty.http | 
| Modifier and Type | Field and Description | 
|---|---|
| protected NettyHttpConfiguration | HttpServerPipelineFactory. configuration | 
| Modifier and Type | Method and Description | 
|---|---|
| NettyHttpConfiguration | NettyHttpConfiguration. copy() | 
| NettyHttpConfiguration | NettyHttpProducer. getConfiguration() | 
| NettyHttpConfiguration | NettyHttpConsumer. getConfiguration() | 
| NettyHttpConfiguration | NettyHttpEndpoint. getConfiguration() | 
| NettyHttpConfiguration | NettyHttpComponent. getConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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  HttpRequestto Camel headers as aMap. | 
| void | RestNettyHttpBinding. populateCamelHeaders(org.jboss.netty.handler.codec.http.HttpRequest request,
                    Map<String,Object> headers,
                    org.apache.camel.Exchange exchange,
                    NettyHttpConfiguration configuration) | 
| 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.HttpResponse response,
                    Map<String,Object> headers,
                    org.apache.camel.Exchange exchange,
                    NettyHttpConfiguration configuration)Binds from Netty  HttpResponseto Camel headers as aMap. | 
| void | DefaultNettyHttpBinding. populateCamelHeaders(org.jboss.netty.handler.codec.http.HttpResponse response,
                    Map<String,Object> headers,
                    org.apache.camel.Exchange exchange,
                    NettyHttpConfiguration configuration) | 
| void | NettyHttpComponent. setConfiguration(NettyHttpConfiguration configuration) | 
| 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 | NettyHttpBinding. toCamelMessage(org.jboss.netty.handler.codec.http.HttpRequest request,
              org.apache.camel.Exchange exchange,
              NettyHttpConfiguration configuration)Binds from Netty  HttpRequestto CamelMessage. | 
| 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.HttpResponse response,
              org.apache.camel.Exchange exchange,
              NettyHttpConfiguration configuration)Binds from Netty  HttpResponseto CamelMessage. | 
| org.apache.camel.Message | DefaultNettyHttpBinding. toCamelMessage(org.jboss.netty.handler.codec.http.HttpResponse response,
              org.apache.camel.Exchange exchange,
              NettyHttpConfiguration configuration) | 
| org.jboss.netty.handler.codec.http.HttpRequest | NettyHttpBinding. toNettyRequest(org.apache.camel.Message message,
              String uri,
              NettyHttpConfiguration configuration)Binds from Camel  Messageto NettyHttpRequest. | 
| org.jboss.netty.handler.codec.http.HttpRequest | DefaultNettyHttpBinding. toNettyRequest(org.apache.camel.Message message,
              String uri,
              NettyHttpConfiguration configuration) | 
| org.jboss.netty.handler.codec.http.HttpResponse | NettyHttpBinding. toNettyResponse(org.apache.camel.Message message,
               NettyHttpConfiguration configuration)Binds from Camel  Messageto NettyHttpResponse. | 
| org.jboss.netty.handler.codec.http.HttpResponse | DefaultNettyHttpBinding. toNettyResponse(org.apache.camel.Message message,
               NettyHttpConfiguration configuration) | 
Apache Camel