Uses of Class
dev.galasa.ipnetwork.SSHException
Packages that use SSHException
- 
Uses of SSHException in dev.galasa.ipnetwork
Subclasses of SSHException in dev.galasa.ipnetwork - 
Uses of SSHException in dev.galasa.ipnetwork.spi
Methods in dev.galasa.ipnetwork.spi that throw SSHExceptionModifier and TypeMethodDescriptionvoidSSHClient.connect()voidSSHClient.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.voidSSHClient.restartShell()Constructors in dev.galasa.ipnetwork.spi that throw SSHExceptionModifierConstructorDescriptionSSHClient(String hostname, int port, ICredentials credentials, long defaultTimeoutInMillis)