public interface IpLookupStrategy
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
lookup(java.lang.String mac)
attempt to lookup an IP for a MAC.
|
java.lang.String lookup(java.lang.String mac)
IpLookupException when the lookup fails abnormally. May
throw IpNotFoundException when the IP was not found. mac may be null if it is not required
for the lookup.