Package com.mongodb.internal.dns
Class DefaultDnsResolver
- java.lang.Object
-
- com.mongodb.internal.dns.DefaultDnsResolver
-
- All Implemented Interfaces:
DnsResolver
@Deprecated(since="2021-05-27") public final class DefaultDnsResolver extends java.lang.Object implements DnsResolver
Deprecated.Usage of this API is not supported in AEM as a Cloud Service.Utility class for resolving SRV and TXT records.This class should not be considered a part of the public API.
-
-
Constructor Summary
Constructors Constructor Description DefaultDnsResolver()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringresolveAdditionalQueryParametersFromTxtRecords(java.lang.String host)Deprecated.java.util.List<java.lang.String>resolveHostFromSrvRecords(java.lang.String srvHost)Deprecated.
-
-
-
Method Detail
-
resolveHostFromSrvRecords
public java.util.List<java.lang.String> resolveHostFromSrvRecords(java.lang.String srvHost)
Deprecated.- Specified by:
resolveHostFromSrvRecordsin interfaceDnsResolver
-
resolveAdditionalQueryParametersFromTxtRecords
public java.lang.String resolveAdditionalQueryParametersFromTxtRecords(java.lang.String host)
Deprecated.- Specified by:
resolveAdditionalQueryParametersFromTxtRecordsin interfaceDnsResolver
-
-