Class DnsEntry


  • public class DnsEntry
    extends Object
    • Constructor Detail

      • DnsEntry

        public DnsEntry​(String host,
                        int port,
                        String[] ips,
                        int priority)
      • DnsEntry

        public DnsEntry​(String url,
                        int priority)
    • Method Detail

      • getHost

        public String getHost()
      • getPort

        public int getPort()
      • getIPs

        public String[] getIPs()
      • getPriority

        public int getPriority()
      • getURL

        public String getURL()