| Package | Description | 
|---|---|
| org.apache.camel.component.netty.http | 
| Modifier and Type | Field and Description | 
|---|---|
| protected NettyHttpConfiguration | HttpServerInitializerFactory. configuration | 
| protected NettyHttpConfiguration | HttpClientInitializerFactory. configuration | 
| Modifier and Type | Method and Description | 
|---|---|
| NettyHttpConfiguration | NettyHttpConfiguration. copy() | 
| NettyHttpConfiguration | NettyHttpEndpoint. getConfiguration() | 
| NettyHttpConfiguration | NettyHttpConsumer. getConfiguration() | 
| NettyHttpConfiguration | NettyHttpComponent. getConfiguration() | 
| NettyHttpConfiguration | NettyHttpProducer. getConfiguration() | 
| protected NettyHttpConfiguration | NettyHttpComponent. parseConfiguration(org.apache.camel.component.netty.NettyConfiguration configuration,
                  String remaining,
                  Map<String,Object> parameters) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RestNettyHttpBinding. populateCamelHeaders(io.netty.handler.codec.http.HttpRequest request,
                    Map<String,Object> headers,
                    org.apache.camel.Exchange exchange,
                    NettyHttpConfiguration configuration) | 
| void | DefaultNettyHttpBinding. populateCamelHeaders(io.netty.handler.codec.http.HttpRequest request,
                    Map<String,Object> headers,
                    org.apache.camel.Exchange exchange,
                    NettyHttpConfiguration configuration) | 
| void | NettyHttpBinding. populateCamelHeaders(io.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 | DefaultNettyHttpBinding. populateCamelHeaders(io.netty.handler.codec.http.HttpResponse response,
                    Map<String,Object> headers,
                    org.apache.camel.Exchange exchange,
                    NettyHttpConfiguration configuration) | 
| void | NettyHttpBinding. populateCamelHeaders(io.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 | 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 | DefaultNettyHttpBinding. toCamelMessage(io.netty.handler.codec.http.FullHttpRequest request,
              org.apache.camel.Exchange exchange,
              NettyHttpConfiguration configuration) | 
| org.apache.camel.Message | NettyHttpBinding. toCamelMessage(io.netty.handler.codec.http.FullHttpRequest request,
              org.apache.camel.Exchange exchange,
              NettyHttpConfiguration configuration)Binds from Netty  HttpRequestto CamelMessage. | 
| org.apache.camel.Message | DefaultNettyHttpBinding. toCamelMessage(io.netty.handler.codec.http.FullHttpResponse response,
              org.apache.camel.Exchange exchange,
              NettyHttpConfiguration configuration) | 
| org.apache.camel.Message | NettyHttpBinding. toCamelMessage(io.netty.handler.codec.http.FullHttpResponse response,
              org.apache.camel.Exchange exchange,
              NettyHttpConfiguration configuration)Binds from Netty  HttpResponseto CamelMessage. | 
| org.apache.camel.Message | DefaultNettyHttpBinding. toCamelMessage(InboundStreamHttpRequest request,
              org.apache.camel.Exchange exchange,
              NettyHttpConfiguration configuration) | 
| org.apache.camel.Message | NettyHttpBinding. toCamelMessage(InboundStreamHttpRequest request,
              org.apache.camel.Exchange exchange,
              NettyHttpConfiguration configuration)Binds from Netty  InboundStreamHttpRequestto CamelMessage. | 
| org.apache.camel.Message | DefaultNettyHttpBinding. toCamelMessage(InboundStreamHttpResponse response,
              org.apache.camel.Exchange exchange,
              NettyHttpConfiguration configuration) | 
| org.apache.camel.Message | NettyHttpBinding. toCamelMessage(InboundStreamHttpResponse response,
              org.apache.camel.Exchange exchange,
              NettyHttpConfiguration configuration)Binds from Netty  InboundStreamHttpResponseto CamelMessage. | 
| io.netty.handler.codec.http.HttpRequest | DefaultNettyHttpBinding. toNettyRequest(org.apache.camel.Message message,
              String fullUri,
              NettyHttpConfiguration configuration) | 
| io.netty.handler.codec.http.HttpRequest | NettyHttpBinding. toNettyRequest(org.apache.camel.Message message,
              String uri,
              NettyHttpConfiguration configuration)Binds from Camel  Messageto NettyHttpRequest. | 
| io.netty.handler.codec.http.HttpResponse | DefaultNettyHttpBinding. toNettyResponse(org.apache.camel.Message message,
               NettyHttpConfiguration configuration) | 
| io.netty.handler.codec.http.HttpResponse | NettyHttpBinding. toNettyResponse(org.apache.camel.Message message,
               NettyHttpConfiguration configuration)Binds from Camel  Messageto NettyHttpResponse. | 
Apache Camel