| |
|
| java.lang.Object java.net.NegCacheElement
NegCacheElement | class NegCacheElement (Code) | | This class is used to hold information about failed name lookups
|
timeAdded | long timeAdded(Code) | | |
NegCacheElement | public NegCacheElement()(Code) | | default constructor
|
NegCacheElement | public NegCacheElement(String hostName)(Code) | | Constructor used to set the hostname for the failed entry
Parameters: hostName - name of the host on which the lookup failed |
hostName | String hostName()(Code) | | Answers the hostname for the cache element
hostName name of the host on which the lookup failed |
|
|
|