Uses of Class
org.apache.camel.component.netty.http.NettyHttpConfiguration
Packages that use NettyHttpConfiguration
-
Uses of NettyHttpConfiguration in org.apache.camel.component.netty.http
Fields in org.apache.camel.component.netty.http declared as NettyHttpConfigurationModifier and TypeFieldDescriptionprotected NettyHttpConfigurationHttpClientInitializerFactory.configurationprotected NettyHttpConfigurationHttpServerInitializerFactory.configurationMethods in org.apache.camel.component.netty.http that return NettyHttpConfigurationModifier and TypeMethodDescriptionNettyHttpConfiguration.copy()NettyHttpComponent.getConfiguration()NettyHttpConsumer.getConfiguration()NettyHttpEndpoint.getConfiguration()NettyHttpProducer.getConfiguration()protected NettyHttpConfigurationNettyHttpComponent.parseConfiguration(org.apache.camel.component.netty.NettyConfiguration configuration, String remaining, Map<String, Object> parameters) Methods in org.apache.camel.component.netty.http with parameters of type NettyHttpConfigurationModifier and TypeMethodDescriptionvoidDefaultNettyHttpBinding.populateCamelHeaders(io.netty.handler.codec.http.HttpRequest request, Map<String, Object> headers, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) voidDefaultNettyHttpBinding.populateCamelHeaders(io.netty.handler.codec.http.HttpResponse response, Map<String, Object> headers, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) voidNettyHttpBinding.populateCamelHeaders(io.netty.handler.codec.http.HttpRequest request, Map<String, Object> headers, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) Binds from NettyHttpRequestto Camel headers as aMap.voidNettyHttpBinding.populateCamelHeaders(io.netty.handler.codec.http.HttpResponse response, Map<String, Object> headers, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) Binds from NettyHttpResponseto Camel headers as aMap.voidRestNettyHttpBinding.populateCamelHeaders(io.netty.handler.codec.http.HttpRequest request, Map<String, Object> headers, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) voidNettyHttpComponent.setConfiguration(NettyHttpConfiguration configuration) protected StringDefaultNettyHttpBinding.shouldUrlDecodeHeader(NettyHttpConfiguration configuration, String headerName, Object value, String charset) Deprecated.protected StringDefaultNettyHttpBinding.shouldUrlDecodeHeader(NettyHttpConfiguration configuration, String headerName, Object value, Charset charset) Decodes the header if needed to, or returns the header value as is.org.apache.camel.MessageDefaultNettyHttpBinding.toCamelMessage(io.netty.handler.codec.http.FullHttpRequest request, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) org.apache.camel.MessageDefaultNettyHttpBinding.toCamelMessage(io.netty.handler.codec.http.FullHttpResponse response, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) org.apache.camel.MessageDefaultNettyHttpBinding.toCamelMessage(InboundStreamHttpRequest request, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) org.apache.camel.MessageDefaultNettyHttpBinding.toCamelMessage(InboundStreamHttpResponse response, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) org.apache.camel.MessageNettyHttpBinding.toCamelMessage(io.netty.handler.codec.http.FullHttpRequest request, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) Binds from NettyHttpRequestto CamelMessage.org.apache.camel.MessageNettyHttpBinding.toCamelMessage(io.netty.handler.codec.http.FullHttpResponse response, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) Binds from NettyHttpResponseto CamelMessage.org.apache.camel.MessageNettyHttpBinding.toCamelMessage(InboundStreamHttpRequest request, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) Binds from NettyInboundStreamHttpRequestto CamelMessage.org.apache.camel.MessageNettyHttpBinding.toCamelMessage(InboundStreamHttpResponse response, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) Binds from NettyInboundStreamHttpResponseto CamelMessage.io.netty.handler.codec.http.HttpRequestDefaultNettyHttpBinding.toNettyRequest(org.apache.camel.Message message, String fullUri, NettyHttpConfiguration configuration) io.netty.handler.codec.http.HttpRequestNettyHttpBinding.toNettyRequest(org.apache.camel.Message message, String uri, NettyHttpConfiguration configuration) Binds from CamelMessageto NettyHttpRequest.io.netty.handler.codec.http.HttpResponseDefaultNettyHttpBinding.toNettyResponse(org.apache.camel.Message message, NettyHttpConfiguration configuration) io.netty.handler.codec.http.HttpResponseNettyHttpBinding.toNettyResponse(org.apache.camel.Message message, NettyHttpConfiguration configuration) Binds from CamelMessageto NettyHttpResponse.
DefaultNettyHttpBinding.shouldUrlDecodeHeader(NettyHttpConfiguration, String, Object, Charset)