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 SftpFileSystemAccessor
SftpFileSystemAccessor. DEFAULT
private SftpFileSystemAccessor
AbstractSftpSubsystemHelper. fileSystemAccessor
private SftpFileSystemAccessor
SftpSubsystemFactory.Builder. fileSystemAccessor
private SftpFileSystemAccessor
SftpSubsystemFactory. fileSystemAccessor
Methods in org.apache.sshd.server.subsystem.sftp that return SftpFileSystemAccessor Modifier and Type Method Description SftpFileSystemAccessor
AbstractSftpSubsystemHelper. getFileSystemAccessor()
SftpFileSystemAccessor
SftpFileSystemAccessorManager. getFileSystemAccessor()
SftpFileSystemAccessor
SftpSubsystemEnvironment. getFileSystemAccessor()
SftpFileSystemAccessor
SftpSubsystemFactory. getFileSystemAccessor()
Methods in org.apache.sshd.server.subsystem.sftp with parameters of type SftpFileSystemAccessor Modifier and Type Method Description void
SftpFileSystemAccessorManager. setFileSystemAccessor(SftpFileSystemAccessor accessor)
void
SftpSubsystemFactory. setFileSystemAccessor(SftpFileSystemAccessor accessor)
SftpSubsystemFactory.Builder
SftpSubsystemFactory.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)
-