Class NettyHttpClientPipelineFactory
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
-
- org.apache.cxf.transport.http.netty.client.NettyHttpClientPipelineFactory
-
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
public class NettyHttpClientPipelineFactory extends io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
-
-
Constructor Summary
Constructors Constructor Description NettyHttpClientPipelineFactory(TLSClientParameters clientParameters)NettyHttpClientPipelineFactory(TLSClientParameters clientParameters, int readTimeout)NettyHttpClientPipelineFactory(TLSClientParameters clientParameters, int readTimeout, int maxResponseContentLength)NettyHttpClientPipelineFactory(TLSClientParameters clientParameters, int readTimeout, int maxResponseContentLength, boolean enableHttp2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitChannel(io.netty.channel.Channel ch)io.netty.channel.ChannelFuturewhenReady()-
Methods inherited from class io.netty.channel.ChannelInitializer
channelRegistered, exceptionCaught, handlerAdded, handlerRemoved
-
-
-
-
Constructor Detail
-
NettyHttpClientPipelineFactory
public NettyHttpClientPipelineFactory(TLSClientParameters clientParameters)
-
NettyHttpClientPipelineFactory
public NettyHttpClientPipelineFactory(TLSClientParameters clientParameters, int readTimeout)
-
NettyHttpClientPipelineFactory
public NettyHttpClientPipelineFactory(TLSClientParameters clientParameters, int readTimeout, int maxResponseContentLength)
-
NettyHttpClientPipelineFactory
public NettyHttpClientPipelineFactory(TLSClientParameters clientParameters, int readTimeout, int maxResponseContentLength, boolean enableHttp2)
-
-