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 NettyHttpConfiguration
HttpClientInitializerFactory.configuration
protected NettyHttpConfiguration
HttpServerInitializerFactory.configuration
Methods in org.apache.camel.component.netty.http that return NettyHttpConfigurationModifier and TypeMethodDescriptionNettyHttpConfiguration.copy()
NettyHttpComponent.getConfiguration()
NettyHttpConsumer.getConfiguration()
NettyHttpEndpoint.getConfiguration()
NettyHttpProducer.getConfiguration()
protected NettyHttpConfiguration
NettyHttpComponent.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 TypeMethodDescriptionvoid
DefaultNettyHttpBinding.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.HttpResponse response, 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 NettyHttpRequest
to Camel headers as aMap
.void
NettyHttpBinding.populateCamelHeaders
(io.netty.handler.codec.http.HttpResponse response, Map<String, Object> headers, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) Binds from NettyHttpResponse
to Camel headers as aMap
.void
RestNettyHttpBinding.populateCamelHeaders
(io.netty.handler.codec.http.HttpRequest request, 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
DefaultNettyHttpBinding.toCamelMessage
(io.netty.handler.codec.http.FullHttpRequest request, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) org.apache.camel.Message
DefaultNettyHttpBinding.toCamelMessage
(io.netty.handler.codec.http.FullHttpResponse response, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) org.apache.camel.Message
DefaultNettyHttpBinding.toCamelMessage
(InboundStreamHttpRequest request, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) org.apache.camel.Message
DefaultNettyHttpBinding.toCamelMessage
(InboundStreamHttpResponse response, 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 NettyHttpRequest
to CamelMessage
.org.apache.camel.Message
NettyHttpBinding.toCamelMessage
(io.netty.handler.codec.http.FullHttpResponse response, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) Binds from NettyHttpResponse
to CamelMessage
.org.apache.camel.Message
NettyHttpBinding.toCamelMessage
(InboundStreamHttpRequest request, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) Binds from NettyInboundStreamHttpRequest
to CamelMessage
.org.apache.camel.Message
NettyHttpBinding.toCamelMessage
(InboundStreamHttpResponse response, org.apache.camel.Exchange exchange, NettyHttpConfiguration configuration) Binds from NettyInboundStreamHttpResponse
to 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 CamelMessage
to 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 CamelMessage
to NettyHttpResponse
.