Uses of Class
org.apache.sshd.client.channel.ChannelSession
-
Packages that use ChannelSession Package Description org.apache.sshd.client.channel org.apache.sshd.sftp.client.impl -
-
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. -
Uses of ChannelSession in org.apache.sshd.sftp.client.impl
Subclasses of ChannelSession in org.apache.sshd.sftp.client.impl Modifier and Type Class Description protected class
DefaultSftpClient.SftpChannelSubsystem
-