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

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

protected static class NetworkAdminHTTPProxyImpl.ProxyDetails
extends Object
implements NetworkAdminHTTPProxy.Details


Constructor Summary
protected NetworkAdminHTTPProxyImpl.ProxyDetails(String _name, String _response, String _auth_type)
           
 
Method Summary
 String getAuthenticationType()
           
 String getResponse()
           
 String getServerName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkAdminHTTPProxyImpl.ProxyDetails

protected NetworkAdminHTTPProxyImpl.ProxyDetails(String _name,
                                                 String _response,
                                                 String _auth_type)
Method Detail

getServerName

public String getServerName()
Specified by:
getServerName in interface NetworkAdminHTTPProxy.Details

getResponse

public String getResponse()
Specified by:
getResponse in interface NetworkAdminHTTPProxy.Details

getAuthenticationType

public String getAuthenticationType()
Specified by:
getAuthenticationType in interface NetworkAdminHTTPProxy.Details