java.net
Class InetAddress.CacheEntry

java.lang.Object
  extended byjava.net.InetAddress.CacheEntry
Enclosing class:
InetAddress

static final class InetAddress.CacheEntry
extends Object

Represents a cache entry


Field Summary
(package private)  Object address
           
(package private)  long expiration
           
 
Constructor Summary
(package private) InetAddress.CacheEntry(Object address, long expiration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

Object address

expiration

long expiration
Constructor Detail

InetAddress.CacheEntry

InetAddress.CacheEntry(Object address,
                       long expiration)