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 java.util.Map<java.lang.String,DNSEntry>DNSResolverDefault. ip_cacheMethods in tigase.util.dns that return DNSEntry Modifier and Type Method Description DNSEntry[]DNSResolverDefault. getHostSRV_Entries(java.lang.String hostname, java.lang.String service, int defPort)default DNSEntry[]DNSResolverIfc. getHostSRV_Entries(java.lang.String hostname)Retrieves list of SRV DNS entries for givenhostname.default DNSEntry[]DNSResolverIfc. getHostSRV_Entries(java.lang.String hostname, java.lang.String service, int defPort)Retrieves list of DNS entries for givenhostname.default DNSEntryDNSResolverIfc. getHostSRV_Entry(java.lang.String hostname)Retrieves service DNS entry with highest priority for givenhostname.default DNSEntryDNSResolverIfc. getHostSRV_Entry(java.lang.String hostname, java.lang.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)
-