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 SftpClientFactory
SftpClientFactory. instance()
-
Uses of SftpClientFactory in org.apache.sshd.sftp.client.fs
Fields in org.apache.sshd.sftp.client.fs declared as SftpClientFactory Modifier and Type Field Description private SftpClientFactory
SftpFileSystem. factory
private SftpClientFactory
SftpFileSystemProvider. factory
Methods in org.apache.sshd.sftp.client.fs that return SftpClientFactory Modifier and Type Method Description SftpClientFactory
SftpFileSystemProvider. getSftpClientFactory()
Constructors in org.apache.sshd.sftp.client.fs with parameters of type SftpClientFactory Constructor Description SftpFileSystem(SftpFileSystemProvider provider, java.lang.String id, ClientSession session, SftpClientFactory factory, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)
SftpFileSystem(SftpFileSystemProvider provider, java.lang.String id, SftpClientFactory factory, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)
SftpFileSystemAutomatic(SftpFileSystemProvider provider, java.lang.String id, IOFunction<java.lang.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 class
DefaultSftpClientFactory
TODO Add javadocFields in org.apache.sshd.sftp.client.impl declared as SftpClientFactory Modifier and Type Field Description private SftpClientFactory
SimpleSftpClientImpl. sftpClientFactory
Methods in org.apache.sshd.sftp.client.impl that return SftpClientFactory Modifier and Type Method Description SftpClientFactory
SimpleSftpClientImpl. getSftpClientFactory()
Methods in org.apache.sshd.sftp.client.impl with parameters of type SftpClientFactory Modifier and Type Method Description void
SimpleSftpClientImpl. setSftpClientFactory(SftpClientFactory sftpClientFactory)
Constructors in org.apache.sshd.sftp.client.impl with parameters of type SftpClientFactory Constructor Description SimpleSftpClientImpl(SimpleClient client, SftpClientFactory sftpClientFactory)
-