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

Factory for creating channels for relaying data from external servers to clients.


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, org.jboss.netty.util.Timer timer)
           
 
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

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,
                                   org.jboss.netty.util.Timer timer)
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-2013 LittleShoot. All Rights Reserved.