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