| Package | Description |
|---|---|
| ej.rcommand | |
| ej.rcommand.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteCommandManager.startReading(RemoteConnection connection)
Deprecated.
use
instead |
void |
RemoteCommandManager.startReading(RemoteConnection connection,
RemoteConnectionListener listener)
Deprecated.
use
instead |
void |
RemoteCommandManager.startReading(RemoteConnection connection,
java.lang.String connectionName)
Starts to read and execute the commands from the given
CommandReader. |
void |
RemoteCommandManager.startReading(RemoteConnection connection,
java.lang.String connectionName,
RemoteConnectionListener listener)
Starts to read and execute the commands from the given
CommandReader. |
void |
RemoteCommandManager.stopReading(RemoteConnection connection)
Stops reading the commands from the given
CommandReader. |
| 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 |
DefaultRemoteCommandManager.onError(RemoteConnection connection)
Called when an error occurs in the given connection
|
void |
DynamicRemoteConnection.setConnection(RemoteConnection newConnection)
Set the underlying connection.
|
void |
DefaultRemoteCommandManager.startReading(RemoteConnection connection)
Can be called once.
|
void |
DefaultRemoteCommandManager.startReading(RemoteConnection connection,
RemoteConnectionListener listener)
Can be called once.
|
void |
DefaultRemoteCommandManager.startReading(RemoteConnection connection,
java.lang.String connectionName)
Can be called once.
|
void |
DefaultRemoteCommandManager.startReading(RemoteConnection connection,
java.lang.String connectionName,
RemoteConnectionListener listener)
Can be called once.
|
void |
DefaultRemoteCommandManager.stopReading(RemoteConnection connection) |