Class AbstractShellTask<T extends AbstractSessionChannel>

java.lang.Object
com.sshtools.common.ssh.AbstractRequestFuture
com.sshtools.common.ssh.ConnectionAwareTask
All Implemented Interfaces:
com.sshtools.common.ssh.RequestFuture, Closeable, AutoCloseable, Runnable
Direct Known Subclasses:
ShellTask

public abstract class AbstractShellTask<T extends AbstractSessionChannel> extends AbstractSessionTask<T>
An abstract task for starting the shell.