Class TypeADNSResolver

java.lang.Object
org.jgroups.protocols.dns.TypeADNSResolver
All Implemented Interfaces:
AutoCloseable, org.jgroups.protocols.dns.DNSResolver

public class TypeADNSResolver extends Object implements org.jgroups.protocols.dns.DNSResolver
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jgroups.protocols.dns.DNSResolver

    org.jgroups.protocols.dns.DNSResolver.DNSRecordType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.jgroups.Address>
    resolveIps(String dnsQuery, org.jgroups.protocols.dns.DNSResolver.DNSRecordType recordType)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.jgroups.protocols.dns.DNSResolver

    close
  • Field Details

    • DEFAULT_COMMUNICATION_PORT

      public static final int DEFAULT_COMMUNICATION_PORT
      See Also:
  • Constructor Details

    • TypeADNSResolver

      public TypeADNSResolver()
  • Method Details

    • resolveIps

      public List<org.jgroups.Address> resolveIps(String dnsQuery, org.jgroups.protocols.dns.DNSResolver.DNSRecordType recordType)
      Specified by:
      resolveIps in interface org.jgroups.protocols.dns.DNSResolver