Class HttpClientInitializerFactory
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
org.apache.camel.component.netty.ClientInitializerFactory
org.apache.camel.component.netty.http.HttpClientInitializerFactory
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
public class HttpClientInitializerFactory
extends org.apache.camel.component.netty.ClientInitializerFactory
ClientInitializerFactory for the Netty HTTP client.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.netty.ClientInitializerFactorycreatePipelineFactory(org.apache.camel.component.netty.NettyProducer nettyProducer) protected voidinitChannel(io.netty.channel.Channel ch) Methods inherited from class io.netty.channel.ChannelInitializer
channelRegistered, exceptionCaught, handlerAdded, handlerRemovedMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggeredMethods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, isSharable
-
Field Details
-
configuration
-
-
Constructor Details
-
HttpClientInitializerFactory
public HttpClientInitializerFactory() -
HttpClientInitializerFactory
-
-
Method Details
-
createPipelineFactory
public org.apache.camel.component.netty.ClientInitializerFactory createPipelineFactory(org.apache.camel.component.netty.NettyProducer nettyProducer) - Specified by:
createPipelineFactoryin classorg.apache.camel.component.netty.ClientInitializerFactory
-
initChannel
- Specified by:
initChannelin classio.netty.channel.ChannelInitializer<io.netty.channel.Channel>- Throws:
Exception
-