com.aelitis.azureus.core.networkmanager.admin.impl
Interface NetworkAdminProtocolTester

All Known Implementing Classes:
NetworkAdminHTTPTester, NetworkAdminTCPTester, NetworkAdminUDPTester

public interface NetworkAdminProtocolTester


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)
           
 

Method Detail

testOutbound

java.net.InetAddress testOutbound(java.net.InetAddress bind_ip,
                                  int bind_port)
                                  throws NetworkAdminException
Throws:
NetworkAdminException

testInbound

java.net.InetAddress testInbound(java.net.InetAddress bind_ip,
                                 int local_port)
                                 throws NetworkAdminException
Throws:
NetworkAdminException