Uses of Class
org.apache.sshd.client.channel.ChannelSession
-
Packages that use ChannelSession Package Description org.apache.sshd.client.channel -
-
Uses of ChannelSession in org.apache.sshd.client.channel
Subclasses of ChannelSession in org.apache.sshd.client.channel Modifier and Type Class Description class
ChannelExec
Client channel to run a remote commandclass
ChannelShell
Client channel to open a remote shellclass
ChannelSubsystem
Client channel to run a subsystemclass
PtyCapableChannelSession
Serves as the base channel session for executing remote commands - including a full shell.
-