Uses of Class
org.apache.sshd.client.channel.ChannelSubsystem
-
Packages that use ChannelSubsystem Package Description org.apache.sshd.client.session org.apache.sshd.sftp.client.impl -
-
Uses of ChannelSubsystem in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return ChannelSubsystem Modifier and Type Method Description ChannelSubsystem
AbstractClientSession. createSubsystemChannel(java.lang.String subsystem)
ChannelSubsystem
ClientSession. createSubsystemChannel(java.lang.String subsystem)
Create a subsystem channel. -
Uses of ChannelSubsystem in org.apache.sshd.sftp.client.impl
Subclasses of ChannelSubsystem in org.apache.sshd.sftp.client.impl Modifier and Type Class Description protected class
DefaultSftpClient.SftpChannelSubsystem
Fields in org.apache.sshd.sftp.client.impl declared as ChannelSubsystem Modifier and Type Field Description private ChannelSubsystem
DefaultSftpClient. channel
Methods in org.apache.sshd.sftp.client.impl that return ChannelSubsystem Modifier and Type Method Description protected ChannelSubsystem
DefaultSftpClient. createSftpChannelSubsystem(ClientSession clientSession)
-