public interface IHostFinder
| Modifier and Type | Method and Description |
|---|---|
void |
find(InetAddress networkAddress)
This method initiates the discovery of a host based on its IP address.
|
void |
probe(HostNodeConnector host)
This method is called by HostTracker to see if a learned Host is still in
the network.
|
void find(InetAddress networkAddress)
networkAddress - IP Address encapsulated in InetAddress classvoid probe(HostNodeConnector host)
host - The Host that needs to be probedCopyright © 2015. All Rights Reserved.