-
- All Implemented Interfaces:
public class Reachability
-
-
Method Summary
Modifier and Type Method Description static boolean
isReachable(Context context)
Is reachable boolean. static String
getProxyUrl(@NonNull() Context context)
Checks the network and tries to find an active proxy -
-
Method Detail
-
isReachable
static boolean isReachable(Context context)
Is reachable boolean.
-
getProxyUrl
@Nullable() static String getProxyUrl(@NonNull() Context context)
Checks the network and tries to find an active proxy
- Parameters:
context
- to access system services
-
-
-
-