Uses of Class
javax.jmdns.impl.DNSCache
-
Packages that use DNSCache Package Description javax.jmdns.impl -
-
Uses of DNSCache in javax.jmdns.impl
Fields in javax.jmdns.impl declared as DNSCache Modifier and Type Field Description private DNSCache
JmDNSImpl. _cache
Cache for DNSEntry's.Methods in javax.jmdns.impl that return DNSCache Modifier and Type Method Description DNSCache
JmDNSImpl. getCache()
Return the DNSCache associated with the cache variableMethods in javax.jmdns.impl with parameters of type DNSCache Modifier and Type Method Description private boolean
ServiceInfoImpl. handleUpdateRecord(DNSCache dnsCache, long now, DNSRecord record)
Adds data ofDNSRecord
to the internal service representation.void
DNSListener. updateRecord(DNSCache dnsCache, long now, DNSEntry record)
Update a DNS record.void
ServiceInfoImpl. updateRecord(DNSCache dnsCache, long now, DNSEntry dnsEntry)
JmDNS callback to update a DNS record.Constructors in javax.jmdns.impl with parameters of type DNSCache Constructor Description DNSCache(DNSCache map)
-