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> 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. -
Uses of AbstractSessionTask in com.sshtools.client.tasks
Classes in com.sshtools.client.tasks with type parameters of type AbstractSessionTaskModifier and TypeClassDescriptionprotected static classAbstractSessionTask.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 TypeClassDescriptionclassDeprecated.classAbstractShellTask<T extends AbstractSessionChannel>An abstract task for starting the shell.final classTask for executing commands.classATaskthat starts a remote shell with an allocated PTY.