Interface URLChecker

All Known Implementing Classes:
K8sURLChecker

public interface URLChecker
Check server url.
Author:
Ales Justin
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    check(URL url)
    Check url.
  • Method Details

    • check

      boolean check(URL url)
      Check url. If we return true, the delay will be stopped, else it will be continued.
      Parameters:
      url - url to check
      Returns:
      true if OK, false othwerwise