| Package | Description |
|---|---|
| ej.rcommand | |
| ej.rcommand.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoteConnection |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteCommandListener.commandReceived(CommandReader commandReader,
CommandSender commandSender,
java.lang.String command)
May be called concurrently by several threads.
|
java.util.List<java.lang.Object> |
ParametersHelper.readParameters(CommandReader commandReader)
Reads the parameters of a command.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicRemoteConnection
Implements an
RemoteConnection that wraps another RemoteConnection that can change dynamically. |
class |
StreamRemoteConnection |