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

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

public class NetworkAdminUDPTester
extends Object
implements NetworkAdminProtocolTester


Field Summary
static String UDP_SERVER_ADDRESS
           
static int UDP_SERVER_PORT
           
 
Constructor Summary
protected NetworkAdminUDPTester(AzureusCore _core, NetworkAdminProgressListener _listener)
           
 
Method Summary
 InetAddress testInbound(InetAddress bind_ip, int bind_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
 

Field Detail

UDP_SERVER_ADDRESS

public static final String UDP_SERVER_ADDRESS
See Also:
Constant Field Values

UDP_SERVER_PORT

public static final int UDP_SERVER_PORT
See Also:
Constant Field Values
Constructor Detail

NetworkAdminUDPTester

protected NetworkAdminUDPTester(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 bind_port)
                        throws NetworkAdminException
Specified by:
testInbound in interface NetworkAdminProtocolTester
Throws:
NetworkAdminException