Class ProxyCapableClientInitializerFactory
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
org.apache.camel.quarkus.component.http.netty.ProxyCapableClientInitializerFactory
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
public class ProxyCapableClientInitializerFactory
extends org.apache.camel.component.netty.http.HttpClientInitializerFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
Field Summary
Fields inherited from class org.apache.camel.component.netty.http.HttpClientInitializerFactory
configuration -
Constructor Summary
ConstructorsConstructorDescriptionProxyCapableClientInitializerFactory(org.apache.camel.component.netty.http.NettyHttpProducer producer) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.netty.ClientInitializerFactorycreatePipelineFactory(org.apache.camel.component.netty.NettyProducer producer) protected voidinitChannel(io.netty.channel.Channel channel) 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
-
Constructor Details
-
ProxyCapableClientInitializerFactory
public ProxyCapableClientInitializerFactory() -
ProxyCapableClientInitializerFactory
public ProxyCapableClientInitializerFactory(org.apache.camel.component.netty.http.NettyHttpProducer producer)
-
-
Method Details
-
initChannel
- Overrides:
initChannelin classorg.apache.camel.component.netty.http.HttpClientInitializerFactory- Throws:
Exception
-
createPipelineFactory
public org.apache.camel.component.netty.ClientInitializerFactory createPipelineFactory(org.apache.camel.component.netty.NettyProducer producer) - Overrides:
createPipelineFactoryin classorg.apache.camel.component.netty.http.HttpClientInitializerFactory
-