org.littleshoot.proxy
Class DefaultRelayPipelineFactory

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

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


Field Summary
static org.jboss.netty.util.Timer TIMER
           
 
Constructor Summary
DefaultRelayPipelineFactory(String hostAndPort, org.jboss.netty.handler.codec.http.HttpRequest httpRequest, RelayListener relayListener, org.jboss.netty.channel.Channel browserToProxyChannel, org.jboss.netty.channel.group.ChannelGroup channelGroup, HttpResponseFilters responseFilters, HttpRequestFilter requestFilter, ChainProxyManager chainProxyManager)
           
 
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
 

Field Detail

TIMER

public static final org.jboss.netty.util.Timer TIMER
Constructor Detail

DefaultRelayPipelineFactory

public DefaultRelayPipelineFactory(String hostAndPort,
                                   org.jboss.netty.handler.codec.http.HttpRequest httpRequest,
                                   RelayListener relayListener,
                                   org.jboss.netty.channel.Channel browserToProxyChannel,
                                   org.jboss.netty.channel.group.ChannelGroup channelGroup,
                                   HttpResponseFilters responseFilters,
                                   HttpRequestFilter requestFilter,
                                   ChainProxyManager chainProxyManager)
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-2012 LittleShoot. All Rights Reserved.