Class NetworkAdminTCPTester
java.lang.Object
com.biglybt.core.networkmanager.admin.impl.NetworkAdminTCPTester
- All Implemented Interfaces:
NetworkAdminProtocolTester
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
NetworkAdminTCPTester
(Core _core, NetworkAdminProgressListener _listener) -
Method Summary
Modifier and TypeMethodDescriptiontestInbound
(InetAddress bind_ip, int local_port, boolean ipv6) testOutbound
(InetAddress bind_ip, int bind_port, boolean ipv6)
-
Field Details
-
core
-
listener
-
-
Constructor Details
-
NetworkAdminTCPTester
-
-
Method Details
-
testOutbound
public InetAddress testOutbound(InetAddress bind_ip, int bind_port, boolean ipv6) throws NetworkAdminException - Specified by:
testOutbound
in interfaceNetworkAdminProtocolTester
- Throws:
NetworkAdminException
-
testInbound
public InetAddress testInbound(InetAddress bind_ip, int local_port, boolean ipv6) throws NetworkAdminException - Specified by:
testInbound
in interfaceNetworkAdminProtocolTester
- Throws:
NetworkAdminException
-