public class HttpCommandExecutor extends java.lang.Object implements CommandExecutor, NeedsLocalLogs
Constructor and Description |
---|
HttpCommandExecutor(java.util.Map<java.lang.String,CommandInfo> additionalCommands,
java.net.URL addressOfRemoteServer) |
HttpCommandExecutor(java.net.URL addressOfRemoteServer) |
Modifier and Type | Method and Description |
---|---|
Response |
execute(Command command) |
java.net.URL |
getAddressOfRemoteServer() |
void |
setLocalLogs(LocalLogs logs) |
public HttpCommandExecutor(java.net.URL addressOfRemoteServer)
public HttpCommandExecutor(java.util.Map<java.lang.String,CommandInfo> additionalCommands, java.net.URL addressOfRemoteServer)
public void setLocalLogs(LocalLogs logs)
setLocalLogs
in interface NeedsLocalLogs
public java.net.URL getAddressOfRemoteServer()
public Response execute(Command command) throws java.io.IOException
execute
in interface CommandExecutor
java.io.IOException