| java.lang.Object org.w3c.tools.log.DNSEntry
DNSEntry | public class DNSEntry implements Serializable(Code) | | This class implements a very small DNS entry, aka a host
the number of time someone tried to resolve it and a resolved flag
|
resolved | boolean resolved(Code) | | |
DNSEntry | public DNSEntry(String host, boolean resolved)(Code) | | |
isResolved | boolean isResolved()(Code) | | |
notFound | synchronized void notFound()(Code) | | when a resolution fails, calling notFound increments the
number of tries, if ever the number of tries is high enough
the entry is considered to be numeric forever
|
setHost | void setHost(String host)(Code) | | set the host of this entry, after a successful resolution
|
|
|