Uses of Class
tigase.util.dns.DNSEntry
Packages that use DNSEntry
-
Uses of DNSEntry in tigase.util.dns
Fields in tigase.util.dns with type parameters of type DNSEntryMethods in tigase.util.dns that return DNSEntryModifier and TypeMethodDescriptionDNSEntry[]
DNSResolverDefault.getHostSRV_Entries
(String hostname, String service, int defPort) default DNSEntry[]
DNSResolverIfc.getHostSRV_Entries
(String hostname) Retrieves list of SRV DNS entries for givenhostname
.default DNSEntry[]
DNSResolverIfc.getHostSRV_Entries
(String hostname, String service, int defPort) Retrieves list of DNS entries for givenhostname
.default DNSEntry
DNSResolverIfc.getHostSRV_Entry
(String hostname) Retrieves service DNS entry with highest priority for givenhostname
.default DNSEntry
DNSResolverIfc.getHostSRV_Entry
(String hostname, String service, int defPort) Retrieves list of DNS entries for givenhostname
.Methods in tigase.util.dns with parameters of type DNSEntry