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

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

public class NetworkAdminHTTPTester
extends Object
implements NetworkAdminProtocolTester


Constructor Summary
protected NetworkAdminHTTPTester(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

NetworkAdminHTTPTester

protected NetworkAdminHTTPTester(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