Uses of Class
tigase.util.DNSEntry

Packages that use DNSEntry
tigase.util   
 

Uses of DNSEntry in tigase.util
 

Fields in tigase.util with type parameters of type DNSEntry
static Map<String,DNSEntry> DNSResolver.ip_cache
          Field description
 

Methods in tigase.util that return DNSEntry
static DNSEntry[] DNSResolver.getHostSRV_Entries(String hostname)
          Retrieves list of SRV DNS entries for given hostname.
static DNSEntry[] DNSResolver.getHostSRV_Entries(String hostname, String service, int defPort)
          Retrieves list of DNS entries for given hostname.
static DNSEntry DNSResolver.getHostSRV_Entry(String hostname)
          Retrieves service DNS entry with highest priority for given hostname.
static DNSEntry DNSResolver.getHostSRV_Entry(String hostname, String service, int defPort)
          Retrieves list of DNS entries for given hostname.
 



Copyright © 2013 Tigase. All Rights Reserved.