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


Constructor Summary
protected NetworkAdminTCPTester(AzureusCore _core, NetworkAdminProgressListener _listener)
           
 
Method Summary
 java.net.InetAddress testInbound(java.net.InetAddress bind_ip, int local_port)
           
 java.net.InetAddress testOutbound(java.net.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 java.net.InetAddress testOutbound(java.net.InetAddress bind_ip,
                                         int bind_port)
                                  throws NetworkAdminException
Specified by:
testOutbound in interface NetworkAdminProtocolTester
Throws:
NetworkAdminException

testInbound

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