Uses of Interface
org.apache.sshd.sftp.server.SftpFileSystemAccessor
Packages that use SftpFileSystemAccessor
-
Uses of SftpFileSystemAccessor in org.apache.sshd.sftp.server
Fields in org.apache.sshd.sftp.server declared as SftpFileSystemAccessorModifier and TypeFieldDescriptionstatic final SftpFileSystemAccessor
SftpFileSystemAccessor.DEFAULT
private final SftpFileSystemAccessor
AbstractSftpSubsystemHelper.fileSystemAccessor
private SftpFileSystemAccessor
SftpSubsystemFactory.Builder.fileSystemAccessor
private SftpFileSystemAccessor
SftpSubsystemFactory.fileSystemAccessor
Methods in org.apache.sshd.sftp.server that return SftpFileSystemAccessorModifier and TypeMethodDescriptionAbstractSftpSubsystemHelper.getFileSystemAccessor()
SftpFileSystemAccessorProvider.getFileSystemAccessor()
SftpSubsystemFactory.getFileSystemAccessor()
Methods in org.apache.sshd.sftp.server with parameters of type SftpFileSystemAccessorModifier and TypeMethodDescriptionvoid
SftpFileSystemAccessorManager.setFileSystemAccessor
(SftpFileSystemAccessor accessor) void
SftpSubsystemFactory.setFileSystemAccessor
(SftpFileSystemAccessor accessor) SftpSubsystemFactory.Builder.withFileSystemAccessor
(SftpFileSystemAccessor accessor)