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(java.lang.String subsystem)ChannelSubsystemClientSession. 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 classDefaultSftpClient.SftpChannelSubsystemFields in org.apache.sshd.sftp.client.impl declared as ChannelSubsystem Modifier and Type Field Description private ChannelSubsystemDefaultSftpClient. channelMethods in org.apache.sshd.sftp.client.impl that return ChannelSubsystem Modifier and Type Method Description protected ChannelSubsystemDefaultSftpClient. createSftpChannelSubsystem(ClientSession clientSession)
-