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

All Known Implementing Classes:
NetworkAdminHTTPTester, NetworkAdminTCPTester, NetworkAdminUDPTester

public interface NetworkAdminProtocolTester


Method Summary
 InetAddress testInbound(InetAddress bind_ip, int local_port)
           
 InetAddress testOutbound(InetAddress bind_ip, int bind_port)
           
 

Method Detail

testOutbound

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

testInbound

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