Interface AvailabilityChecker
- All Known Implementing Classes:
SocketAvailabilityChecker
public interface AvailabilityChecker
Defines a contract for checking the availability of a network resource.
- Author:
- Grégory Van den Borre
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisOnline()Checks if the target resource is available online.
-
Method Details
-
isOnline
boolean isOnline()Checks if the target resource is available online.- Returns:
- true if the target resource is available, false otherwise.
-