Class URLProbingUtility


  • public class URLProbingUtility
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isURLReachable​(java.lang.String testUrl)
      Utility to test URL validity
      static void main​(java.lang.String[] args)
      Test function
      • Methods inherited from class java.lang.Object

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

      • URLProbingUtility

        public URLProbingUtility()
    • Method Detail

      • isURLReachable

        public static boolean isURLReachable​(java.lang.String testUrl)
        Utility to test URL validity
        Parameters:
        testUrl - - has to be URL decoded
        Returns:
      • main

        public static void main​(java.lang.String[] args)
        Test function
        Parameters:
        args -