Package org.apache.sshd.sftp.server
Class SftpSubsystemFactory.Builder
java.lang.Object
org.apache.sshd.sftp.server.AbstractSftpEventListenerManager
org.apache.sshd.sftp.server.SftpSubsystemFactory.Builder
- All Implemented Interfaces:
Supplier<SftpSubsystemFactory>,org.apache.sshd.common.util.ObjectBuilder<SftpSubsystemFactory>,SftpEventListenerManager
- Enclosing class:
SftpSubsystemFactory
public static class SftpSubsystemFactory.Builder
extends AbstractSftpEventListenerManager
implements org.apache.sshd.common.util.ObjectBuilder<SftpSubsystemFactory>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withExecutorServiceProvider(Supplier<? extends org.apache.sshd.common.util.threads.CloseableExecutorService> provider) withFileSystemAccessor(SftpFileSystemAccessor accessor) Methods inherited from class org.apache.sshd.sftp.server.AbstractSftpEventListenerManager
addSftpEventListener, getRegisteredListeners, getSftpEventListenerProxy, removeSftpEventListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.sshd.common.util.ObjectBuilder
get
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withExecutorServiceProvider
public SftpSubsystemFactory.Builder withExecutorServiceProvider(Supplier<? extends org.apache.sshd.common.util.threads.CloseableExecutorService> provider) -
withUnsupportedAttributePolicy
-
withFileSystemAccessor
-
withSftpErrorStatusDataHandler
public SftpSubsystemFactory.Builder withSftpErrorStatusDataHandler(SftpErrorStatusDataHandler handler) -
withErrorChannelDataReceiver
-
build
- Specified by:
buildin interfaceorg.apache.sshd.common.util.ObjectBuilder<SftpSubsystemFactory>
-