org.littleshoot.proxy
Interface ChainProxyManager
public interface ChainProxyManager
Interface for classes that manage chain proxies.
getChainProxy
String getChainProxy(org.jboss.netty.handler.codec.http.HttpRequest httpRequest)
- Parameters:
httpRequest - The HTTP request.
- Returns:
- The Chain Proxy with Host and Port.
onCommunicationError
void onCommunicationError(String hostAndPort)
- Callback to report proxy problems
- Parameters:
hostAndPort - host and port of the proxy
Copyright © 2009-2013 LittleShoot. All Rights Reserved.