Package com.morpheusdata.core.util
Class ConnectionUtils
java.lang.Object
com.morpheusdata.core.util.ConnectionUtils
This class provides a few static utility methods for verify reachability to target apis/hosts that may be used by third
party provider implementations.
- Since:
- 0.8.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
testHostConnectivity
(String hostname, Integer port, Boolean doPingTest, Boolean doSocketTest, NetworkProxy networkProxy)
-
Constructor Details
-
ConnectionUtils
public ConnectionUtils()
-
-
Method Details
-
testHostConnectivity
public static boolean testHostConnectivity(String hostname, Integer port, Boolean doPingTest, Boolean doSocketTest, NetworkProxy networkProxy)
-