Package | Description |
---|---|
ej.rcommand | |
ej.rcommand.impl | |
ej.rcommand.synchronous |
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteConnection |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends CommandSender> |
CommandSenderProvider.getCommandSenders(java.lang.String command)
Returns the command senders that handle the given command.
|
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 |
ParametersHelper.sendParams(CommandSender commandSender,
java.util.List<java.lang.Object> params)
Sends the given parameters.
|
void |
RemoteNotification.writeBody(CommandSender commandSender)
Writes the body of the notification using the given command sender.
|
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 |
---|---|
java.util.Collection<? extends CommandSender> |
DefaultRemoteCommandManager.getCommandSenders(java.lang.String command) |
Modifier and Type | Method and Description |
---|---|
void |
EndpointListener.commandReceived(CommandReader commandReader,
CommandSender commandSender,
java.lang.String command) |
abstract void |
Command.writeBody(CommandSender sender)
Writes the body of the command.
|
void |
Endpoint.writeResponseBody(CommandSender commandSender) |