| Modifier and Type | Class and Description |
|---|---|
class |
HttpRequestHandler
Class for handling all HTTP requests from the browser to the proxy.
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.netty.channel.ChannelPipelineFactory |
RelayPipelineFactoryFactory.getRelayPipelineFactory(org.jboss.netty.handler.codec.http.HttpRequest httpRequest,
org.jboss.netty.channel.Channel browserToProxyChannel,
RelayListener relayListener) |
org.jboss.netty.channel.ChannelPipelineFactory |
DefaultRelayPipelineFactoryFactory.getRelayPipelineFactory(org.jboss.netty.handler.codec.http.HttpRequest httpRequest,
org.jboss.netty.channel.Channel browserToProxyChannel,
RelayListener relayListener) |
| Constructor and Description |
|---|
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) |
HttpRelayingHandler(org.jboss.netty.channel.Channel browserToProxyChannel,
org.jboss.netty.channel.group.ChannelGroup channelGroup,
HttpFilter filter,
RelayListener relayListener,
String hostAndPort)
Creates a new
HttpRelayingHandler with the specified connection
to the browser. |
HttpRelayingHandler(org.jboss.netty.channel.Channel browserToProxyChannel,
org.jboss.netty.channel.group.ChannelGroup channelGroup,
RelayListener relayListener,
String hostAndPort)
Creates a new
HttpRelayingHandler with the specified connection
to the browser. |
Copyright © 2009-2013 LittleShoot. All Rights Reserved.