public interface INetworkReachability extends IBaseCommunication
| Modifier and Type | Method and Description |
|---|---|
void |
isNetworkReachable(java.lang.String host,
INetworkReachabilityCallback callback)
Whether there is connectivity to a host, via domain name or ip address, or not.
|
void |
isNetworkServiceReachable(java.lang.String url,
INetworkReachabilityCallback callback)
Whether there is connectivity to an url of a service or not.
|
getAPIGroup, getAPIVersionvoid isNetworkReachable(java.lang.String host,
INetworkReachabilityCallback callback)
host - domain name or ip address of host.callback - Callback called at the end.void isNetworkServiceReachable(java.lang.String url,
INetworkReachabilityCallback callback)
url - to look forcallback - Callback called at the end