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.BuilderSftpSubsystemFactory.Builder. withErrorChannelDataReceiver(ChannelDataReceiver receiver)SftpSubsystemFactory.BuilderSftpSubsystemFactory.Builder. withExecutorServiceProvider(Supplier<? extends org.apache.sshd.common.util.threads.CloseableExecutorService> provider)SftpSubsystemFactory.BuilderSftpSubsystemFactory.Builder. withFileSystemAccessor(SftpFileSystemAccessor accessor)SftpSubsystemFactory.BuilderSftpSubsystemFactory.Builder. withSftpErrorStatusDataHandler(SftpErrorStatusDataHandler handler)SftpSubsystemFactory.BuilderSftpSubsystemFactory.Builder. withUnsupportedAttributePolicy(UnsupportedAttributePolicy p)
-