public class HttpsServerPipelineFactory extends Object implements org.jboss.netty.channel.ChannelPipelineFactory
Constructor and Description |
---|
HttpsServerPipelineFactory(ProxyAuthorizationManager authorizationManager,
org.jboss.netty.channel.group.ChannelGroup channelGroup)
Creates a new pipeline factory with the specified class for processing
proxy authentication.
|
public HttpsServerPipelineFactory(ProxyAuthorizationManager authorizationManager, org.jboss.netty.channel.group.ChannelGroup channelGroup)
authorizationManager
- The manager for proxy authentication.channelGroup
- The group that keeps track of open channels.Copyright © 2009-2013 LittleShoot. All Rights Reserved.