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 ChannelSubsystemAbstractClientSession. createSubsystemChannel(String subsystem)ChannelSubsystemClientSession. createSubsystemChannel(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 classDefaultSftpClient.SftpChannelSubsystemMethods in org.apache.sshd.sftp.client.impl that return ChannelSubsystem Modifier and Type Method Description protected ChannelSubsystemDefaultSftpClient. createSftpChannelSubsystem(ClientSession clientSession)
-