Uses of Class
com.sshtools.client.tasks.AbstractSessionTask
Packages that use AbstractSessionTask
-
Uses of AbstractSessionTask in com.sshtools.client.shell
Constructors in com.sshtools.client.shell with parameters of type AbstractSessionTaskModifierConstructorDescriptionExpectShell
(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. -
Uses of AbstractSessionTask in com.sshtools.client.tasks
Classes in com.sshtools.client.tasks with type parameters of type AbstractSessionTaskModifier and TypeClassDescriptionprotected static class
AbstractSessionTask.AbstractSessionTaskBuilder<B extends AbstractSessionTask.AbstractSessionTaskBuilder<B,
SC, TT>, SC extends AbstractSessionChannel, TT extends AbstractSessionTask<SC>> Builder forAbstractSessionTask
.Subclasses of AbstractSessionTask in com.sshtools.client.tasksModifier and TypeClassDescriptionclass
Deprecated.class
AbstractShellTask<T extends AbstractSessionChannel>
An abstract task for starting the shell.final class
Task for executing commands.class
ATask
that starts a remote shell with an allocated PTY.