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 Detail

      • resolveHostFromSrvRecords

        java.util.List<java.lang.String> resolveHostFromSrvRecords​(java.lang.String srvHost)
        Deprecated.
      • resolveAdditionalQueryParametersFromTxtRecords

        java.lang.String resolveAdditionalQueryParametersFromTxtRecords​(java.lang.String host)
        Deprecated.