mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Add framework for customizable WHOIS commands
With some additional changes by Ben McIlwain. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=145447136
This commit is contained in:
parent
d3fe6be385
commit
bb3a0c78c5
15 changed files with 155 additions and 47 deletions
|
@ -17,7 +17,7 @@ package google.registry.whois;
|
|||
import org.joda.time.DateTime;
|
||||
|
||||
/** Represents a WHOIS command request from a client. */
|
||||
interface WhoisCommand {
|
||||
public interface WhoisCommand {
|
||||
|
||||
/**
|
||||
* Executes a WHOIS query and returns the resultant data.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue