org.littleshoot.proxy
Interface ChainProxyManager


public interface ChainProxyManager

Interface for classes that manage chain proxies.


Method Summary
 String getChainProxy(org.jboss.netty.handler.codec.http.HttpRequest httpRequest)
           
 void onCommunicationError(String hostAndPort)
          Callback to report proxy problems
 

Method Detail

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.