Uses of Class
com.sshtools.client.shell.ShellTimeoutException
Packages that use ShellTimeoutException
-
Uses of ShellTimeoutException in com.sshtools.client.shell
Methods in com.sshtools.client.shell that throw ShellTimeoutExceptionModifier and TypeMethodDescriptionbooleanConsume the output of the command until the pattern matches.booleanConsume the output of the command until the pattern matches.booleanConsume the output of the command until the pattern matches.booleanConsume the output of the command until the pattern matches.booleanConsume the output of the command until the pattern matches.booleanShellController.expectNextLine(String pattern) Perform expect on the next line of output onlybooleanShellController.expectNextLine(String pattern, boolean consumeRemainingLine) Perform expect on the next line of output onlybooleanShellController.expectNextLine(String pattern, boolean consumeRemainingLine, long timeout) Perform expect on the next line of output onlyShellController.readLine()ShellController.readLine(long timeout) ShellReader.readLine()Read a line of output from the process.ShellReader.readLine(long timeout) Read a line of output from the process.ExpectShell.su(String cmd, String password, String promptExpression, ShellMatcher matcher) ExpectShell.sudo(String cmd, String password, String promptExpression, ShellMatcher matcher) Constructors in com.sshtools.client.shell that throw ShellTimeoutExceptionModifierConstructorDescriptionExpectShell(SessionChannelNG session, int osType) ExpectShell(SessionChannelNG session, ShellStartupTrigger trigger, long startupTimeout, String termtype, int cols, int rows, int osType) ExpectShell(AbstractSessionTask<SessionChannelNG> session) ExpectShell(AbstractSessionTask<SessionChannelNG> session, int osType) ExpectShell(AbstractSessionTask<SessionChannelNG> session, ShellStartupTrigger trigger) ExpectShell(AbstractSessionTask<SessionChannelNG> session, ShellStartupTrigger trigger, long startupTimeout) ExpectShell(AbstractSessionTask<SessionChannelNG> session, ShellStartupTrigger trigger, long startupTimeout, String termtype) Deprecated.ExpectShell(AbstractSessionTask<SessionChannelNG> session, ShellStartupTrigger trigger, long startupTimeout, String termtype, int cols, int rows) Deprecated.ExpectShell(AbstractSessionTask<SessionChannelNG> session, ShellStartupTrigger trigger, long startupTimeout, String termtype, int cols, int rows, int osType) Deprecated.ExpectShell(InputStream in, OutputStream out, ExpectShell parentShell) ExpectShell(InputStream in, OutputStream out, ExpectShell parentShell, int osType) -
Uses of ShellTimeoutException in com.sshtools.client.tasks
Methods in com.sshtools.client.tasks that throw ShellTimeoutExceptionModifier and TypeMethodDescriptionprotected abstract voidAbstractSessionTask.onOpenSession(T session) protected voidShellTask.onOpenSession(SessionChannelNG session) Deprecated.