Package | Description |
---|---|
de.innovationgate.utils.remote |
A simple implementation of a socked-based client/server communication framework.
|
Modifier and Type | Method and Description |
---|---|
void |
Client.disconnect()
Disconnect from the server
|
java.lang.Object |
CommandHandler.execute(Command command)
called for command execution
|
void |
Client.sendCommand(Command command)
Sends a command object to the server.
|