Uses of Interface
org.apache.sshd.server.subsystem.sftp.SftpFileSystemAccessor
-
Packages that use SftpFileSystemAccessor Package Description org.apache.sshd.server.subsystem.sftp -
-
Uses of SftpFileSystemAccessor in org.apache.sshd.server.subsystem.sftp
Fields in org.apache.sshd.server.subsystem.sftp declared as SftpFileSystemAccessor Modifier and Type Field Description static SftpFileSystemAccessorSftpFileSystemAccessor. DEFAULTprivate SftpFileSystemAccessorAbstractSftpSubsystemHelper. fileSystemAccessorprivate SftpFileSystemAccessorSftpSubsystemFactory.Builder. fileSystemAccessorprivate SftpFileSystemAccessorSftpSubsystemFactory. fileSystemAccessorMethods in org.apache.sshd.server.subsystem.sftp that return SftpFileSystemAccessor Modifier and Type Method Description SftpFileSystemAccessorAbstractSftpSubsystemHelper. getFileSystemAccessor()SftpFileSystemAccessorSftpFileSystemAccessorManager. getFileSystemAccessor()SftpFileSystemAccessorSftpSubsystemEnvironment. getFileSystemAccessor()SftpFileSystemAccessorSftpSubsystemFactory. getFileSystemAccessor()Methods in org.apache.sshd.server.subsystem.sftp with parameters of type SftpFileSystemAccessor Modifier and Type Method Description voidSftpFileSystemAccessorManager. setFileSystemAccessor(SftpFileSystemAccessor accessor)voidSftpSubsystemFactory. setFileSystemAccessor(SftpFileSystemAccessor accessor)SftpSubsystemFactory.BuilderSftpSubsystemFactory.Builder. withFileSystemAccessor(SftpFileSystemAccessor accessor)Constructors in org.apache.sshd.server.subsystem.sftp with parameters of type SftpFileSystemAccessor Constructor Description AbstractSftpSubsystemHelper(UnsupportedAttributePolicy policy, SftpFileSystemAccessor accessor, SftpErrorStatusDataHandler handler)SftpSubsystem(CloseableExecutorService executorService, UnsupportedAttributePolicy policy, SftpFileSystemAccessor accessor, SftpErrorStatusDataHandler errorStatusDataHandler)
-