org.littleshoot.proxy
Class HttpsServerPipelineFactory

java.lang.Object
  extended by org.littleshoot.proxy.HttpsServerPipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory

public class HttpsServerPipelineFactory
extends Object
implements org.jboss.netty.channel.ChannelPipelineFactory

Factory for creating pipelines for incoming requests to our listening socket.


Constructor Summary
HttpsServerPipelineFactory(ProxyAuthorizationManager authorizationManager, org.jboss.netty.channel.group.ChannelGroup channelGroup)
          Creates a new pipeline factory with the specified class for processing proxy authentication.
 
Method Summary
 org.jboss.netty.channel.ChannelPipeline getPipeline()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpsServerPipelineFactory

public HttpsServerPipelineFactory(ProxyAuthorizationManager authorizationManager,
                                  org.jboss.netty.channel.group.ChannelGroup channelGroup)
Creates a new pipeline factory with the specified class for processing proxy authentication.

Parameters:
authorizationManager - The manager for proxy authentication.
channelGroup - The group that keeps track of open channels.
Method Detail

getPipeline

public org.jboss.netty.channel.ChannelPipeline getPipeline()
                                                    throws Exception
Specified by:
getPipeline in interface org.jboss.netty.channel.ChannelPipelineFactory
Throws:
Exception


Copyright © 2009-2011 LittleShoot. All Rights Reserved.