Interface DnsResolver

All Known Implementing Classes:
DefaultDnsResolver

@Deprecated(since="2021-05-27") public interface DnsResolver
Deprecated.
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 Details

    • resolveHostFromSrvRecords

      List<String> resolveHostFromSrvRecords(String srvHost)
      Deprecated.
    • resolveAdditionalQueryParametersFromTxtRecords

      String resolveAdditionalQueryParametersFromTxtRecords(String host)
      Deprecated.