Class AbstractCommandTask

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:
CommandTask

@Deprecated(since="3.1.0") public abstract class AbstractCommandTask extends AbstractSessionTask<SessionChannelNG>
Deprecated.
An abstract task for executing commands.