class |
AbstractConnectionEnhancer |
Ancestor connections that enhance a base connection.
|
class |
AbstractMultiConnection |
Ancestor for connection classes that manage multiple base connections.
|
class |
AbstractSSHConnection |
Ancestor of connection schemes that use an SSH tunnel to connect to the remote scripting engine.
|
class |
AbstractSSHConnectionWithPortForwarding |
Ancestor of connection schemes that use an SSH tunnel to connect to the remote scripting engine.
|
class |
DefaultConnection |
Sends the command to the specified host:port.
|
class |
FTPConnection |
Uses FTP to send commands.
|
class |
LoadBalancer |
Balances the handling of commands among several connections.
|
class |
Multicast |
Sends the same command to all connections.
|
class |
ScpConnection |
Copies the command as file to the remote host into the specified directory.
|
class |
SSHConnection |
Uses an SSH tunnel to connect to the remote scripting engine.
|