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​(AppContext appContext, java.lang.String moduleId, int timeoutMillis)
      Get the Module Configuration from DNS as an array of Records
      org.xbill.DNS.Record[] getRecordFromDnsNoCache​(NonBlankString query, int timeoutMillis, boolean checkDnsSecValidity)
      Get a NUM record from DNS without caching.
      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