FileDocCategorySizeDatePackage
NegCacheElement.javaAPI DocAndroid 1.5 API1525Wed May 06 22:41:04 BST 2009java.net

NegCacheElement

public class NegCacheElement extends Object
This class is used to hold information about failed host name lookups.
see
NegativeCache
since
Android 1.0

Fields Summary
final long
nanoTimeAdded
final String
hostName
Constructors Summary
NegCacheElement(String hostName)
Constructor used to set the hostname for the entry for which the lookup failed.

param
hostName name of the host for which the lookup failed.

    
                                              
      
        this.hostName = hostName;
    
Methods Summary