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