Uses of Class
org.apache.sshd.client.channel.ChannelSubsystem
-
Packages that use ChannelSubsystem Package Description org.apache.sshd.client.session org.apache.sshd.client.subsystem.sftp.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.client.subsystem.sftp.impl
Fields in org.apache.sshd.client.subsystem.sftp.impl declared as ChannelSubsystem Modifier and Type Field Description private ChannelSubsystem
DefaultSftpClient. channel
-