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

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

public class NetworkAdminTCPTester
extends Object
implements NetworkAdminProtocolTester


Constructor Summary
protected NetworkAdminTCPTester(AzureusCore _core, NetworkAdminProgressListener _listener)
           
 
Method Summary
 InetAddress testInbound(InetAddress bind_ip, int local_port)
           
 InetAddress testOutbound(InetAddress bind_ip, int bind_port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkAdminTCPTester

protected NetworkAdminTCPTester(AzureusCore _core,
                                NetworkAdminProgressListener _listener)
Method Detail

testOutbound

public InetAddress testOutbound(InetAddress bind_ip,
                                int bind_port)
                         throws NetworkAdminException
Specified by:
testOutbound in interface NetworkAdminProtocolTester
Throws:
NetworkAdminException

testInbound

public InetAddress testInbound(InetAddress bind_ip,
                               int local_port)
                        throws NetworkAdminException
Specified by:
testInbound in interface NetworkAdminProtocolTester
Throws:
NetworkAdminException