Uses of Class
org.apache.sshd.server.subsystem.sftp.SftpSubsystemFactory.Builder
-
Packages that use SftpSubsystemFactory.Builder Package Description org.apache.sshd.server.subsystem.sftp -
-
Uses of SftpSubsystemFactory.Builder in org.apache.sshd.server.subsystem.sftp
Methods in org.apache.sshd.server.subsystem.sftp that return SftpSubsystemFactory.Builder Modifier and Type Method Description SftpSubsystemFactory.Builder
SftpSubsystemFactory.Builder. withExecutorServiceProvider(Supplier<? extends CloseableExecutorService> provider)
SftpSubsystemFactory.Builder
SftpSubsystemFactory.Builder. withFileSystemAccessor(SftpFileSystemAccessor accessor)
SftpSubsystemFactory.Builder
SftpSubsystemFactory.Builder. withSftpErrorStatusDataHandler(SftpErrorStatusDataHandler handler)
SftpSubsystemFactory.Builder
SftpSubsystemFactory.Builder. withUnsupportedAttributePolicy(UnsupportedAttributePolicy p)
-