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.
|
Modifier and Type | Method and Description |
---|---|
org.jboss.netty.channel.ChannelPipeline |
getPipeline() |
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–2014 LittleShoot. All rights reserved.