net.java.sip.communicator.impl.protocol.zeroconf.jmdns
Class DNSCache.CacheNode
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DNSCache.CacheNode
public DNSCache.CacheNode(DNSEntry value)
next
public DNSCache.CacheNode next()
getValue
public DNSEntry getValue()
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.