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 TypeMethodDescriptionboolean
Consume the output of the command until the pattern matches.boolean
Consume the output of the command until the pattern matches.boolean
Consume the output of the command until the pattern matches.boolean
Consume the output of the command until the pattern matches.boolean
Consume the output of the command until the pattern matches.boolean
ShellController.expectNextLine
(String pattern) Perform expect on the next line of output onlyboolean
ShellController.expectNextLine
(String pattern, boolean consumeRemainingLine) Perform expect on the next line of output onlyboolean
ShellController.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
(AbstractSessionTask<SessionChannelNG> session) ExpectShell
(AbstractSessionTask<SessionChannelNG> task, 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
(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 void
AbstractSessionTask.onOpenSession
(T session) protected void
ShellTask.onOpenSession
(SessionChannelNG session) Deprecated.