JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
C
D
E
F
G
I
L
M
O
P
R
S
T
S
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[])
- Method in class ej.rcommand.impl.
DynamicRemoteConnection
sendByteArray(byte[])
- Method in class ej.rcommand.impl.
StreamRemoteConnection
sendByteArrayAsInputStream(InputStream)
- Method in interface ej.rcommand.
CommandSender
Deprecated.
Use sendByteArray or sendInputStream instead.
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
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
Deprecated.
use
instead
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
Deprecated.
use
instead
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
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
Stops reading the commands from the given
CommandReader
.
StreamRemoteConnection
- Class in
ej.rcommand.impl
StreamRemoteConnection(InputStream, OutputStream)
- Constructor for class ej.rcommand.impl.
StreamRemoteConnection
A
C
D
E
F
G
I
L
M
O
P
R
S
T
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes