/**@class android.net.IpReachabilityMonitor @extends java.lang.Object IpReachabilityMonitor. Monitors on-link IP reachability and notifies callers whenever any on-link addresses of interest appear to have become unresponsive. @hide */ var IpReachabilityMonitor = { /**Make the kernel to perform neighbor reachability detection (IPv4 ARP or IPv6 ND) for the given IP address on the specified interface index. @return {Boolean} true, if the request was successfully passed to the kernel; false otherwise. */ probeNeighbor : function( ) {}, /** */ stop : function( ) {}, /** */ updateLinkProperties : function( ) {}, /** */ clearLinkProperties : function( ) {}, /** */ probeAll : function( ) {}, };