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 TypeMethodDescriptionExpectShell.ExpectShellBuilder.build()Build the shell.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.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 passwordPrompt, 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) Deprecated, for removal: This API element is subject to removal in a future version.ExpectShell(SessionChannelNG session, ShellStartupTrigger trigger, long startupTimeout, ExpectShell.OS osType) Deprecated, for removal: This API element is subject to removal in a future version.ExpectShell(AbstractSessionTask<SessionChannelNG> session) Deprecated, for removal: This API element is subject to removal in a future version.ExpectShell(AbstractSessionTask<SessionChannelNG> session, int osType) Deprecated, for removal: This API element is subject to removal in a future version.ExpectShell(AbstractSessionTask<SessionChannelNG> session, ShellStartupTrigger trigger) Deprecated, for removal: This API element is subject to removal in a future version.ExpectShell(AbstractSessionTask<SessionChannelNG> session, ShellStartupTrigger trigger, long startupTimeout) Deprecated, for removal: This API element is subject to removal in a future version.ExpectShell(AbstractSessionTask<SessionChannelNG> session, ShellStartupTrigger trigger, long startupTimeout, int osType) Deprecated, for removal: This API element is subject to removal in a future version.ExpectShell(InputStream in, OutputStream out, ExpectShell parentShell) Deprecated, for removal: This API element is subject to removal in a future version.ExpectShell(InputStream in, OutputStream out, ExpectShell parentShell, ExpectShell.OS osType) Deprecated. -
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 final voidShellTask.onOpenSession(SessionChannelNG session)