- sendBoolean(boolean) - Method in interface ej.rcommand.CommandSender
-
Sends a boolean parameter.
- sendBoolean(boolean) - Method in class ej.rcommand.impl.DynamicRemoteConnection
-
- sendBoolean(boolean) - Method in class ej.rcommand.impl.StreamRemoteConnection
-
- sendByteArray(byte[]) - Method in interface ej.rcommand.CommandSender
-
Sends a byte array parameter.
- sendByteArray(byte[], int, int) - Method in interface ej.rcommand.CommandSender
-
Sends a byte array parameter with offset and length.
- sendByteArray(byte[]) - Method in class ej.rcommand.impl.DynamicRemoteConnection
-
- sendByteArray(byte[], int, int) - Method in class ej.rcommand.impl.DynamicRemoteConnection
-
- sendByteArray(byte[]) - Method in class ej.rcommand.impl.StreamRemoteConnection
-
- sendByteArray(byte[], int, int) - Method in class ej.rcommand.impl.StreamRemoteConnection
-
- sendByteArrayAsInputStream(InputStream) - Method in interface ej.rcommand.CommandSender
-
- sendByteArrayAsInputStream(InputStream) - Method in class ej.rcommand.impl.DynamicRemoteConnection
-
- sendByteArrayAsInputStream(InputStream) - Method in class ej.rcommand.impl.StreamRemoteConnection
-
- sendDouble(double) - Method in interface ej.rcommand.CommandSender
-
Sends a double parameter.
- sendDouble(double) - Method in class ej.rcommand.impl.DynamicRemoteConnection
-
- sendDouble(double) - Method in class ej.rcommand.impl.StreamRemoteConnection
-
- sendFloat(float) - Method in interface ej.rcommand.CommandSender
-
Sends a float parameter.
- sendFloat(float) - Method in class ej.rcommand.impl.DynamicRemoteConnection
-
- sendFloat(float) - Method in class ej.rcommand.impl.StreamRemoteConnection
-
- sendInputStream(InputStream) - Method in interface ej.rcommand.CommandSender
-
Sends an input stream.
- sendInputStream(InputStream) - Method in class ej.rcommand.impl.DynamicRemoteConnection
-
- sendInputStream(InputStream) - Method in class ej.rcommand.impl.StreamRemoteConnection
-
- sendInt(int) - Method in interface ej.rcommand.CommandSender
-
Sends an integer parameter.
- sendInt(int) - Method in class ej.rcommand.impl.DynamicRemoteConnection
-
- sendInt(int) - Method in class ej.rcommand.impl.StreamRemoteConnection
-
- sendLong(long) - Method in interface ej.rcommand.CommandSender
-
Sends a long parameter.
- sendLong(long) - Method in class ej.rcommand.impl.DynamicRemoteConnection
-
- sendLong(long) - Method in class ej.rcommand.impl.StreamRemoteConnection
-
- sendNotification(RemoteNotification) - Method in class ej.rcommand.impl.DefaultRemoteCommandManager
-
- sendNotification(RemoteNotification) - Method in interface ej.rcommand.RemoteCommandManager
-
Sends the given notification to all connected clients.
- sendParams(List<Object>) - Method in class ej.rcommand.impl.DynamicRemoteConnection
-
- sendParams(List<Object>) - Method in class ej.rcommand.impl.StreamRemoteConnection
-
- sendParams(CommandSender, List<Object>) - Method in interface ej.rcommand.ParametersHelper
-
Sends the given parameters.
- sendParams(List<Object>) - Method in interface ej.rcommand.RemoteConnection
-
Sends the given parameters.
- sendString(String) - Method in interface ej.rcommand.CommandSender
-
Sends a string parameter.
- sendString(String) - Method in class ej.rcommand.impl.DynamicRemoteConnection
-
- sendString(String) - Method in class ej.rcommand.impl.StreamRemoteConnection
-
- setConnection(RemoteConnection) - Method in class ej.rcommand.impl.DynamicRemoteConnection
-
Set the underlying connection.
- skip(long) - Method in class ej.rcommand.impl.ChunkedInputStream
-
- skip(long) - Method in class ej.rcommand.impl.LimitedLengthInputStream
-
- skipParameters() - Method in interface ej.rcommand.CommandReader
-
Skips the parameters of a command and get ready to read the following
command.
- skipParameters() - Method in class ej.rcommand.impl.DynamicRemoteConnection
-
- skipParameters() - Method in class ej.rcommand.impl.StreamRemoteConnection
-
- start() - Method in class ej.rcommand.impl.AbstractRemoteService
-
- start() - Method in interface ej.rcommand.RemoteService
-
- startCommand(String) - Method in interface ej.rcommand.CommandSender
-
Starts a command.
- startCommand(String) - Method in class ej.rcommand.impl.DynamicRemoteConnection
-
- startCommand(String) - Method in class ej.rcommand.impl.StreamRemoteConnection
-
- startRead() - Method in interface ej.rcommand.RemoteConnectionListener
-
The remote command manager starts reading the associated connection.
- startReading(RemoteConnection) - Method in class ej.rcommand.impl.DefaultRemoteCommandManager
-
Can be called once.
- startReading(RemoteConnection, RemoteConnectionListener) - Method in class ej.rcommand.impl.DefaultRemoteCommandManager
-
Can be called once.
- startReading(RemoteConnection, String) - Method in class ej.rcommand.impl.DefaultRemoteCommandManager
-
Can be called once.
- startReading(RemoteConnection, String, RemoteConnectionListener) - Method in class ej.rcommand.impl.DefaultRemoteCommandManager
-
Can be called once.
- startReading(RemoteConnection) - Method in interface ej.rcommand.RemoteCommandManager
-
- startReading(RemoteConnection, String) - Method in interface ej.rcommand.RemoteCommandManager
-
Starts to read and execute the commands from the given
CommandReader
.
- startReading(RemoteConnection, RemoteConnectionListener) - Method in interface ej.rcommand.RemoteCommandManager
-
- startReading(RemoteConnection, String, RemoteConnectionListener) - Method in interface ej.rcommand.RemoteCommandManager
-
Starts to read and execute the commands from the given
CommandReader
.
- stop() - Method in class ej.rcommand.impl.AbstractRemoteService
-
- stop() - Method in interface ej.rcommand.RemoteService
-
- stop() - Method in class ej.rcommand.synchronous.RemoteCommandClient
-
Stops the client.
- stopAll() - Method in class ej.rcommand.impl.DefaultRemoteCommandManager
-
- stopAll() - Method in interface ej.rcommand.RemoteCommandManager
-
Stops all the connections.
- stopRead() - Method in interface ej.rcommand.RemoteConnectionListener
-
The remote command manager stops reading the associated connection.
- stopReading(RemoteConnection) - Method in class ej.rcommand.impl.DefaultRemoteCommandManager
-
- stopReading(RemoteConnection) - Method in interface ej.rcommand.RemoteCommandManager
-
- StreamRemoteConnection - Class in ej.rcommand.impl
-
- StreamRemoteConnection(InputStream, OutputStream) - Constructor for class ej.rcommand.impl.StreamRemoteConnection
-