Interface DnsPtrRecord

    • Method Detail

      • hostname

        String hostname()
        Returns the hostname this PTR record resolves to.
      • copy

        DnsPtrRecord copy()
        Description copied from interface: DnsRecord
        Returns a copy of this record object. Immutable record objects may return themselves.
        Specified by:
        copy in interface DnsRecord