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.connect()
Connect to the server
|
void |
Client.disconnect()
Disconnect from the server
|
void |
Client.sendCommand(Command command)
Sends a command object to the server.
|