com.aelitis.azureus.core.networkmanager.admin.impl
Class NetworkAdminHTTPProxyImpl

java.lang.Object
  extended by com.aelitis.azureus.core.networkmanager.admin.impl.NetworkAdminHTTPProxyImpl
All Implemented Interfaces:
NetworkAdminHTTPProxy

public class NetworkAdminHTTPProxyImpl
extends Object
implements NetworkAdminHTTPProxy


Nested Class Summary
protected static class NetworkAdminHTTPProxyImpl.ProxyDetails
           
 
Nested classes/interfaces inherited from interface com.aelitis.azureus.core.networkmanager.admin.NetworkAdminHTTPProxy
NetworkAdminHTTPProxy.Details
 
Constructor Summary
protected NetworkAdminHTTPProxyImpl()
           
 
Method Summary
 NetworkAdminHTTPProxy.Details getDetails()
           
 String getHTTPHost()
           
 String getHTTPPort()
           
 String getHTTPSHost()
           
 String getHTTPSPort()
           
 String getName()
           
 String[] getNonProxyHosts()
           
 String getString()
           
 String getUser()
           
protected  boolean isConfigured()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkAdminHTTPProxyImpl

protected NetworkAdminHTTPProxyImpl()
Method Detail

getName

public String getName()
Specified by:
getName in interface NetworkAdminHTTPProxy

isConfigured

protected boolean isConfigured()

getHTTPHost

public String getHTTPHost()
Specified by:
getHTTPHost in interface NetworkAdminHTTPProxy

getHTTPPort

public String getHTTPPort()
Specified by:
getHTTPPort in interface NetworkAdminHTTPProxy

getHTTPSHost

public String getHTTPSHost()
Specified by:
getHTTPSHost in interface NetworkAdminHTTPProxy

getHTTPSPort

public String getHTTPSPort()
Specified by:
getHTTPSPort in interface NetworkAdminHTTPProxy

getUser

public String getUser()
Specified by:
getUser in interface NetworkAdminHTTPProxy

getNonProxyHosts

public String[] getNonProxyHosts()
Specified by:
getNonProxyHosts in interface NetworkAdminHTTPProxy

getString

public String getString()
Specified by:
getString in interface NetworkAdminHTTPProxy

getDetails

public NetworkAdminHTTPProxy.Details getDetails()
                                         throws NetworkAdminException
Specified by:
getDetails in interface NetworkAdminHTTPProxy
Throws:
NetworkAdminException