public interface CommandClient
| Modifier and Type | Method and Description |
|---|---|
CommandResponse |
sendCommand(String host,
int port,
CommandRequest request)
Send a command to target destination.
|
CommandResponse sendCommand(String host, int port, CommandRequest request) throws Exception
host - target hostport - target portrequest - command requestException - when unexpected error occursCopyright © 2019 Alibaba Group. All rights reserved.