Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConnectionUtils

        public ConnectionUtils()
    • 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)