Interface NetworkAdminProtocolTester
-
- All Known Implementing Classes:
NetworkAdminHTTPTester
,NetworkAdminTCPTester
,NetworkAdminUDPTester
public interface NetworkAdminProtocolTester
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.InetAddress
testInbound(java.net.InetAddress bind_ip, int local_port, boolean ipv6)
java.net.InetAddress
testOutbound(java.net.InetAddress bind_ip, int bind_port, boolean ipv6)
-
-
-
Method Detail
-
testOutbound
java.net.InetAddress testOutbound(java.net.InetAddress bind_ip, int bind_port, boolean ipv6) throws NetworkAdminException
- Throws:
NetworkAdminException
-
testInbound
java.net.InetAddress testInbound(java.net.InetAddress bind_ip, int local_port, boolean ipv6) throws NetworkAdminException
- Throws:
NetworkAdminException
-
-