mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 02:06:00 +02:00
The methods in DomainBase were the only callers for the methods in EppResourceUtils, so I first inlined them. Then I realized that there were no callers for loadReferencedContacts() anywhere. For loadNameservers(), all but one invocation actually wanted to load the foreign keys, and was repeating that work, so I replaced it with loadNameserverFullyQualifiedHostNames(). The last invocation, in the Rdap code, was incorrectly assuming this was an async load when in fact it blocks, so I replaced it with a real async load. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122433897 |
||
---|---|---|
.. | ||
BUILD | ||
disclaimer.txt | ||
DomainLookupCommand.java | ||
DomainOrHostLookupCommand.java | ||
DomainWhoisResponse.java | ||
NameserverLookupByHostCommand.java | ||
NameserverLookupByIpCommand.java | ||
NameserverWhoisResponse.java | ||
package-info.java | ||
RegistrarLookupCommand.java | ||
RegistrarWhoisResponse.java | ||
Whois.java | ||
WhoisCommand.java | ||
WhoisException.java | ||
WhoisHttpServer.java | ||
WhoisModule.java | ||
WhoisReader.java | ||
WhoisResponse.java | ||
WhoisResponseImpl.java | ||
WhoisServer.java |