Interface NetworkAdminProtocolTester
- All Known Implementing Classes:
NetworkAdminHTTPTester
,NetworkAdminTCPTester
,NetworkAdminUDPTester
public interface NetworkAdminProtocolTester
-
Method Summary
Modifier and TypeMethodDescriptiontestInbound
(InetAddress bind_ip, int local_port, boolean ipv6) testOutbound
(InetAddress bind_ip, int bind_port, boolean ipv6)
-
Method Details
-
testOutbound
InetAddress testOutbound(InetAddress bind_ip, int bind_port, boolean ipv6) throws NetworkAdminException - Throws:
NetworkAdminException
-
testInbound
InetAddress testInbound(InetAddress bind_ip, int local_port, boolean ipv6) throws NetworkAdminException - Throws:
NetworkAdminException
-