com.aelitis.azureus.core.proxy
Interface AEProxyFactory.PluginProxy

Enclosing class:
AEProxyFactory

public static interface AEProxyFactory.PluginProxy


Method Summary
 AEProxyFactory.PluginProxy getChildProxy(String reason, URL url)
           
 String getHost()
           
 int getPort()
           
 Proxy getProxy()
           
 String getTarget()
           
 URL getURL()
           
 String getURLHostRewrite()
           
 void setOK(boolean good)
           
 

Method Detail

getTarget

String getTarget()

getChildProxy

AEProxyFactory.PluginProxy getChildProxy(String reason,
                                         URL url)

getProxy

Proxy getProxy()

getURL

URL getURL()

getURLHostRewrite

String getURLHostRewrite()

getHost

String getHost()

getPort

int getPort()

setOK

void setOK(boolean good)