Uses of Class
com.sshtools.client.tasks.AbstractSessionTask
Packages that use AbstractSessionTask
-
Uses of AbstractSessionTask in com.sshtools.client.shell
Methods in com.sshtools.client.shell with parameters of type AbstractSessionTaskModifier and TypeMethodDescriptionExpectShell.ExpectShellBuilder.withSession(AbstractSessionTask<SessionChannelNG> session) Specify the remote server identification, which may be used as part of operating system detection.ExpectShell.ExpectShellBuilder.withTask(AbstractSessionTask<SessionChannelNG> task) Specify the task from which to derive the session to use, from which theInputStreamandOutputStreamcan be derived.Constructors in com.sshtools.client.shell with parameters of type AbstractSessionTaskModifierConstructorDescriptionExpectShell(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. -
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 TypeClassDescriptionclassAbstractShellTask<T extends AbstractSessionChannel>An abstract task for starting the shell.final classTask for executing commands.classATaskthat starts a remote shell with an allocated PTY.