public interface HttpRelayingHandlerFactory
Modifier and Type | Method and Description |
---|---|
org.jboss.netty.channel.ChannelHandler |
newHandler(org.jboss.netty.channel.Channel browserToProxyChannel,
String hostAndPort)
Creates a new relaying handler.
|
org.jboss.netty.channel.ChannelHandler newHandler(org.jboss.netty.channel.Channel browserToProxyChannel, String hostAndPort)
browserToProxyChannel
- The channel from the browser to the proxy
server.hostAndPort
- The host and port of the remote server to relay from.Copyright © 2009–2016 LittleShoot. All rights reserved.