Package org.jgroups.protocols.dns
Class TypeADNSResolver
java.lang.Object
org.jgroups.protocols.dns.TypeADNSResolver
- All Implemented Interfaces:
AutoCloseable,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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<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, waitMethods 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