Uses of Class
dev.galasa.ipnetwork.SSHException
-
Uses of SSHException in dev.galasa.ipnetwork
-
Uses of SSHException in dev.galasa.ipnetwork.spi
Modifier and TypeMethodDescriptionvoid
SSHClient.connect()
void
SSHClient.disconnect()
Disconnect the clientSSHClient.issueCommand
(String command) Issue a command using SSH.SSHClient.issueCommand
(String command, boolean newShell) Issue a command using SSH.SSHClient.issueCommand
(String command, boolean newShell, long timeoutInMillis) Issue a command using SSHSSHClient.issueCommand
(String command, long timeoutInMillis) Issue a command using SSH.SSHClient.issueCommandToShell
(String command) Issue a command using SSH shell.SSHClient.issueCommandToShell
(String command, boolean newShell) Issue a command using SSH shell.SSHClient.issueCommandToShell
(String command, boolean newShell, long timeoutInMillis) Issue a command using SSH shellSSHClient.issueCommandToShell
(String command, long timeoutInMillis) Issue a command using SSH shell.void
SSHClient.restartShell()
ModifierConstructorDescriptionSSHClient
(String hostname, int port, ICredentials credentials, long defaultTimeoutInMillis)