Uses of Class
com.sshtools.client.AbstractSessionChannel
Packages that use AbstractSessionChannel
-
Uses of AbstractSessionChannel in com.sshtools.client
Subclasses of AbstractSessionChannel in com.sshtools.clientModifier and TypeClassDescriptionclass
Implements the client side of the SSH Connection protocol session channel -
Uses of AbstractSessionChannel in com.sshtools.client.tasks
Classes in com.sshtools.client.tasks with type parameters of type AbstractSessionChannelModifier and TypeClassDescriptionclass
AbstractSessionTask<T extends AbstractSessionChannel>
An abstract task for using the SSH sessionprotected static class
AbstractSessionTask.AbstractSessionTaskBuilder<B extends AbstractSessionTask.AbstractSessionTaskBuilder<B,
SC, TT>, SC extends AbstractSessionChannel, TT extends AbstractSessionTask<SC>> Builder forAbstractSessionTask
.class
AbstractShellTask<T extends AbstractSessionChannel>
An abstract task for starting the shell.