javax.jmdns.impl

Class DNSCache.CacheNode

Enclosing Class:
DNSCache

public static class DNSCache.CacheNode
extends java.lang.Object

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

Constructor Summary

CacheNode(DNSEntry value)

Method Summary

DNSEntry
getValue()
DNSCache.CacheNode
next()

Constructor Details

CacheNode

public CacheNode(DNSEntry value)

Method Details

getValue

public DNSEntry getValue()

next

public DNSCache.CacheNode next()