public class HttpClientInitializerFactory
extends org.apache.camel.component.netty.ClientInitializerFactory
ClientInitializerFactory
for the Netty HTTP client.Modifier and Type | Field and Description |
---|---|
protected NettyHttpConfiguration |
configuration |
Constructor and Description |
---|
HttpClientInitializerFactory() |
HttpClientInitializerFactory(NettyHttpProducer nettyProducer) |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.netty.ClientInitializerFactory |
createPipelineFactory(org.apache.camel.component.netty.NettyProducer nettyProducer) |
protected void |
initChannel(io.netty.channel.Channel ch) |
channelRegistered, exceptionCaught, handlerAdded, handlerRemoved
protected NettyHttpConfiguration configuration
public HttpClientInitializerFactory()
public HttpClientInitializerFactory(NettyHttpProducer nettyProducer)
Apache Camel