Class DnsWriterProxy

java.lang.Object
google.registry.dns.DnsWriterProxy

public final class DnsWriterProxy extends Object
Proxy for retrieving DnsWriter implementations.
  • Method Details

    • getByClassNameForTld

      public DnsWriter getByClassNameForTld(String className, String tld)
      Returns the instance of DnsWriter by class name. If the DnsWriter doesn't belong to this TLD, will return null.