org.littleshoot.proxy
Class DefaultRelayPipelineFactory
java.lang.Object
org.littleshoot.proxy.DefaultRelayPipelineFactory
- All Implemented Interfaces:
- org.jboss.netty.channel.ChannelPipelineFactory
public class DefaultRelayPipelineFactory
- extends Object
- implements org.jboss.netty.channel.ChannelPipelineFactory
|
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 |
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,
Map<String,HttpFilter> filters,
HttpRequestFilter requestFilter,
String chainProxyHostAndPort)
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.