Uses of Class
org.apache.sshd.sftp.server.SftpSubsystemFactory.Builder
-
Packages that use SftpSubsystemFactory.Builder Package Description org.apache.sshd.sftp.server -
-
Uses of SftpSubsystemFactory.Builder in org.apache.sshd.sftp.server
Methods in org.apache.sshd.sftp.server that return SftpSubsystemFactory.Builder Modifier and Type Method Description SftpSubsystemFactory.Builder
SftpSubsystemFactory.Builder. withExecutorServiceProvider(java.util.function.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)
-