Package | Description |
---|---|
ej.rcommand | |
ej.rcommand.impl | |
ej.rcommand.synchronous |
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.
|
void |
RemoteNotificationListener.notificationReceived(CommandReader commandReader)
Handles the notification.
|
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 |
Modifier and Type | Method and Description |
---|---|
void |
EndpointListener.commandReceived(CommandReader commandReader,
CommandSender commandSender,
java.lang.String command) |
void |
Endpoint.readRequestBody(CommandReader commandReader) |
void |
Command.readResponse(CommandReader reader) |
protected abstract T |
Command.readResponseInternal(CommandReader reader)
Reads and returns the response from the reader.
|