Class DNSServicesDefaultImpl

  • All Implemented Interfaces:
    DNSServices

    public class DNSServicesDefaultImpl
    extends java.lang.Object
    implements DNSServices
    A default implementation of the DNSServices interface.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.xbill.DNS.Record[] getConfigFileTXTRecords​(java.lang.String moduleId, int timeoutMillis)
      Get the Module Configuration from DNS as an array of Records
      org.xbill.DNS.Record[] getRecordFromDns​(java.lang.String query, int timeoutMillis, boolean checkDnsSecValidity)
      Get a NUM record from DNS.
      java.lang.String rebuildTXTRecordContent​(org.xbill.DNS.Record[] records)
      Concatenate an array of TXT record values to a single String
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DNSServicesDefaultImpl

        public DNSServicesDefaultImpl()