public class HttpClientInitializerFactory
extends org.apache.camel.component.netty4.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.netty4.ClientInitializerFactory |
createPipelineFactory(org.apache.camel.component.netty4.NettyProducer nettyProducer) |
protected void |
initChannel(io.netty.channel.Channel ch) |
channelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggeredhandlerAdded, handlerRemoved, isSharableprotected NettyHttpConfiguration configuration
public HttpClientInitializerFactory()
public HttpClientInitializerFactory(NettyHttpProducer nettyProducer)
Apache Camel