Interface URLChecker
- All Known Implementing Classes:
K8sURLChecker
public interface URLChecker
Check server url.
- Author:
- Ales Justin
-
Method Summary
-
Method Details
-
check
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
-