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

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

public class NetworkAdminSocksProxyImpl
extends Object
implements NetworkAdminSocksProxy


Constructor Summary
protected NetworkAdminSocksProxyImpl(String _host, String _port, String _user, String _password)
           
 
Method Summary
 String getHost()
           
 String getName()
           
 String getPort()
           
 String getString()
           
 String getUser()
           
 String[] getVersionsSupported()
           
protected  boolean isConfigured()
           
protected  void testVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkAdminSocksProxyImpl

protected NetworkAdminSocksProxyImpl(String _host,
                                     String _port,
                                     String _user,
                                     String _password)
Method Detail

isConfigured

protected boolean isConfigured()

getName

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

getHost

public String getHost()
Specified by:
getHost in interface NetworkAdminSocksProxy

getPort

public String getPort()
Specified by:
getPort in interface NetworkAdminSocksProxy

getUser

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

getVersionsSupported

public String[] getVersionsSupported()
                              throws NetworkAdminException
Specified by:
getVersionsSupported in interface NetworkAdminSocksProxy
Throws:
NetworkAdminException

getString

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

testVersion

protected void testVersion(String version)
                    throws NetworkAdminException
Throws:
NetworkAdminException