Package com.mongodb.internal.dns
Interface DnsResolver
-
- All Known Implementing Classes:
DefaultDnsResolver
@Deprecated(since="2021-05-27") public interface DnsResolverDeprecated.Usage of this API is not supported in AEM as a Cloud Service.Utility interface for resolving SRV and TXT records.This class should not be considered a part of the public API.
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-