Uses of Enum Class
page.codeberg.friedolyn.client.FriedolinClient.InternetConnectivityStatus
Packages that use FriedolinClient.InternetConnectivityStatus
-
Uses of FriedolinClient.InternetConnectivityStatus in page.codeberg.friedolyn.client
Methods in page.codeberg.friedolyn.client that return FriedolinClient.InternetConnectivityStatusModifier and TypeMethodDescriptionClient.checkInternetConnectivity()
Determines whether and how theClient.client
can access the internet.abstract @NonNull FriedolinClient.InternetConnectivityStatus
FriedolinClient.checkInternetConnectivity()
Checks whether the device is able to reach the internet and resolve domain names.HeadlessBrowser.checkInternetConnectivity()
Checks whether theHeadlessBrowser.DRIVER
has internet access.Returns the enum constant of this class with the specified name.FriedolinClient.InternetConnectivityStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.