Package com.morpheusdata.core.util
Class ConnectionUtils
- java.lang.Object
-
- com.morpheusdata.core.util.ConnectionUtils
-
public class ConnectionUtils extends java.lang.Object
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
Constructors Constructor Description ConnectionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
testHostConnectivity(java.lang.String hostname, java.lang.Integer port, java.lang.Boolean doPingTest, java.lang.Boolean doSocketTest, NetworkProxy networkProxy)
-
-
-
Method Detail
-
testHostConnectivity
public static boolean testHostConnectivity(java.lang.String hostname, java.lang.Integer port, java.lang.Boolean doPingTest, java.lang.Boolean doSocketTest, NetworkProxy networkProxy)
-
-