google-nomulus/java/google/registry/whois
Corey Goldfeder d9875ea302 Remove unused and misused methods from EppResourceUtils and DomainBase.
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
2016-05-16 18:39:23 -04:00
..
BUILD Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
disclaimer.txt mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
DomainLookupCommand.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DomainOrHostLookupCommand.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DomainWhoisResponse.java Remove unused and misused methods from EppResourceUtils and DomainBase. 2016-05-16 18:39:23 -04:00
NameserverLookupByHostCommand.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
NameserverLookupByIpCommand.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
NameserverWhoisResponse.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
package-info.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
RegistrarLookupCommand.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
RegistrarWhoisResponse.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
Whois.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
WhoisCommand.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
WhoisException.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
WhoisHttpServer.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
WhoisModule.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
WhoisReader.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
WhoisResponse.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
WhoisResponseImpl.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
WhoisServer.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00