Uses of Interface
org.apache.sshd.sftp.client.SftpClientFactory
-
Packages that use SftpClientFactory Package Description org.apache.sshd.sftp.client org.apache.sshd.sftp.client.fs org.apache.sshd.sftp.client.impl -
-
Uses of SftpClientFactory in org.apache.sshd.sftp.client
Methods in org.apache.sshd.sftp.client that return SftpClientFactory Modifier and Type Method Description static SftpClientFactorySftpClientFactory. instance() -
Uses of SftpClientFactory in org.apache.sshd.sftp.client.fs
Methods in org.apache.sshd.sftp.client.fs that return SftpClientFactory Modifier and Type Method Description SftpClientFactorySftpFileSystemProvider. getSftpClientFactory()Constructors in org.apache.sshd.sftp.client.fs with parameters of type SftpClientFactory Constructor Description SftpFileSystem(SftpFileSystemProvider provider, String id, ClientSession session, SftpClientFactory factory, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)SftpFileSystem(SftpFileSystemProvider provider, String id, SftpClientFactory factory, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)SftpFileSystemAutomatic(SftpFileSystemProvider provider, String id, org.apache.sshd.common.util.io.functors.IOFunction<Boolean,ClientSession> sessionProvider, SftpClientFactory factory, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)SftpFileSystemProvider(SshClient client, SftpClientFactory factory, SftpVersionSelector selector)SftpFileSystemProvider(SshClient client, SftpClientFactory factory, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) -
Uses of SftpClientFactory in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement SftpClientFactory Modifier and Type Class Description classDefaultSftpClientFactoryTODO Add javadocMethods in org.apache.sshd.sftp.client.impl that return SftpClientFactory Modifier and Type Method Description SftpClientFactorySimpleSftpClientImpl. getSftpClientFactory()Methods in org.apache.sshd.sftp.client.impl with parameters of type SftpClientFactory Modifier and Type Method Description voidSimpleSftpClientImpl. setSftpClientFactory(SftpClientFactory sftpClientFactory)Constructors in org.apache.sshd.sftp.client.impl with parameters of type SftpClientFactory Constructor Description SimpleSftpClientImpl(SimpleClient client, SftpClientFactory sftpClientFactory)
-