com.aelitis.azureus.core.networkmanager.admin
Interface NetworkAdminHTTPProxy

All Known Implementing Classes:
NetworkAdminHTTPProxyImpl

public interface NetworkAdminHTTPProxy


Nested Class Summary
static interface NetworkAdminHTTPProxy.Details
           
 
Method Summary
 NetworkAdminHTTPProxy.Details getDetails()
           
 String getHTTPHost()
           
 String getHTTPPort()
           
 String getHTTPSHost()
           
 String getHTTPSPort()
           
 String getName()
           
 String[] getNonProxyHosts()
           
 String getString()
           
 String getUser()
           
 

Method Detail

getName

String getName()

getHTTPHost

String getHTTPHost()

getHTTPPort

String getHTTPPort()

getHTTPSHost

String getHTTPSHost()

getHTTPSPort

String getHTTPSPort()

getUser

String getUser()

getNonProxyHosts

String[] getNonProxyHosts()

getDetails

NetworkAdminHTTPProxy.Details getDetails()
                                         throws NetworkAdminException
Throws:
NetworkAdminException

getString

String getString()