Uses of Class
tigase.util.dns.DNSEntry
-
Packages that use DNSEntry Package Description tigase.util.dns -
-
Uses of DNSEntry in tigase.util.dns
Fields in tigase.util.dns with type parameters of type DNSEntry Modifier and Type Field Description static Map<String,DNSEntry>DNSResolverDefault. ip_cacheMethods in tigase.util.dns that return DNSEntry Modifier and Type Method Description DNSEntry[]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 DNSEntryDNSResolverIfc. getHostSRV_Entry(String hostname)Retrieves service DNS entry with highest priority for givenhostname.default DNSEntryDNSResolverIfc. 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 Modifier and Type Method Description intDNSEntry. compareTo(DNSEntry o)
-