Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.zeroconf.jmdns
Class DNSCache.CacheNode

java.lang.Object
  extended by net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSCache.CacheNode
Enclosing class:
DNSCache

public static class DNSCache.CacheNode
extends Object

Cache nodes are used to implement storage of multiple DNSEntry's of the same name in the cache.


Constructor Summary
DNSCache.CacheNode(DNSEntry value)
           
 
Method Summary
 DNSEntry getValue()
           
 DNSCache.CacheNode next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DNSCache.CacheNode

public DNSCache.CacheNode(DNSEntry value)
Method Detail

next

public DNSCache.CacheNode next()

getValue

public DNSEntry getValue()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.