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 java.lang.Object
implements NetworkAdminHTTPProxy.Details


Constructor Summary
protected NetworkAdminHTTPProxyImpl.ProxyDetails(java.lang.String _name, java.lang.String _response, java.lang.String _auth_type)
           
 
Method Summary
 java.lang.String getAuthenticationType()
           
 java.lang.String getResponse()
           
 java.lang.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(java.lang.String _name,
                                                 java.lang.String _response,
                                                 java.lang.String _auth_type)
Method Detail

getServerName

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

getResponse

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

getAuthenticationType

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