public class HttpSnoopClientPipelineFactory extends Object implements ChannelPipelineFactory
Constructor and Description |
---|
HttpSnoopClientPipelineFactory(SslContext sslCtx,
String host,
int port) |
Modifier and Type | Method and Description |
---|---|
ChannelPipeline |
getPipeline()
Returns a newly created
ChannelPipeline . |
public HttpSnoopClientPipelineFactory(SslContext sslCtx, String host, int port)
public ChannelPipeline getPipeline()
ChannelPipelineFactory
ChannelPipeline
.getPipeline
in interface ChannelPipelineFactory
Copyright © 2008–2018 The Netty Project. All rights reserved.