Package google.registry.tools
Interface CommandWithConnection
-
- All Superinterfaces:
Command
- All Known Implementing Classes:
CreateRegistrarGroupsCommand
,MutatingEppToolCommand
public interface CommandWithConnection extends Command
A command that can send HTTP requests to a backend module.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setConnection(ServiceConnection connection)
-
-
-
Method Detail
-
setConnection
void setConnection(ServiceConnection connection)
-
-