Class UrlChecker


  • public class UrlChecker
    extends java.lang.Object
    Polls a URL until a HTTP 200 response is received.
    • Constructor Summary

      Constructors 
      Constructor Description
      UrlChecker()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void waitUntilAvailable​(long timeout, java.util.concurrent.TimeUnit unit, java.net.URL... urls)  
      void waitUntilUnavailable​(long timeout, java.util.concurrent.TimeUnit unit, java.net.URL url)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait