Uses of Interface
org.apache.sshd.client.subsystem.sftp.extensions.SftpClientExtensionFactory
-
Packages that use SftpClientExtensionFactory Package Description org.apache.sshd.client.subsystem.sftp.extensions org.apache.sshd.client.subsystem.sftp.impl -
-
Uses of SftpClientExtensionFactory in org.apache.sshd.client.subsystem.sftp.extensions
Classes in org.apache.sshd.client.subsystem.sftp.extensions that implement SftpClientExtensionFactory Modifier and Type Class Description class
BuiltinSftpClientExtensions
-
Uses of SftpClientExtensionFactory in org.apache.sshd.client.subsystem.sftp.impl
Methods in org.apache.sshd.client.subsystem.sftp.impl with parameters of type SftpClientExtensionFactory Modifier and Type Method Description protected SftpClientExtension
AbstractSftpClient. getExtension(SftpClientExtensionFactory factory)
-