Uses of Interface
org.apache.sshd.client.subsystem.sftp.SftpClientFactory
-
Packages that use SftpClientFactory Package Description org.apache.sshd.client.subsystem.sftp org.apache.sshd.client.subsystem.sftp.fs org.apache.sshd.client.subsystem.sftp.impl -
-
Uses of SftpClientFactory in org.apache.sshd.client.subsystem.sftp
Methods in org.apache.sshd.client.subsystem.sftp that return SftpClientFactory Modifier and Type Method Description static SftpClientFactory
SftpClientFactory. instance()
-
Uses of SftpClientFactory in org.apache.sshd.client.subsystem.sftp.fs
Methods in org.apache.sshd.client.subsystem.sftp.fs that return SftpClientFactory Modifier and Type Method Description SftpClientFactory
SftpFileSystemProvider. getSftpClientFactory()
Constructors in org.apache.sshd.client.subsystem.sftp.fs with parameters of type SftpClientFactory Constructor Description SftpFileSystem(SftpFileSystemProvider provider, String id, ClientSession session, SftpClientFactory factory, SftpVersionSelector selector)
SftpFileSystemProvider(SshClient client, SftpClientFactory factory, SftpVersionSelector selector)
-
Uses of SftpClientFactory in org.apache.sshd.client.subsystem.sftp.impl
Classes in org.apache.sshd.client.subsystem.sftp.impl that implement SftpClientFactory Modifier and Type Class Description class
DefaultSftpClientFactory
TODO Add javadocMethods in org.apache.sshd.client.subsystem.sftp.impl that return SftpClientFactory Modifier and Type Method Description SftpClientFactory
SimpleSftpClientImpl. getSftpClientFactory()
Methods in org.apache.sshd.client.subsystem.sftp.impl with parameters of type SftpClientFactory Modifier and Type Method Description void
SimpleSftpClientImpl. setSftpClientFactory(SftpClientFactory sftpClientFactory)
Constructors in org.apache.sshd.client.subsystem.sftp.impl with parameters of type SftpClientFactory Constructor Description SimpleSftpClientImpl(SimpleClient client, SftpClientFactory sftpClientFactory)
-