public static class SftpSubsystemFactory.Builder extends AbstractSftpEventListenerManager implements org.apache.sshd.common.util.ObjectBuilder<SftpSubsystemFactory>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SftpSubsystemFactory |
build() |
SftpSubsystemFactory.Builder |
withErrorChannelDataReceiver(ChannelDataReceiver receiver) |
SftpSubsystemFactory.Builder |
withExecutorServiceProvider(Supplier<? extends org.apache.sshd.common.util.threads.CloseableExecutorService> provider) |
SftpSubsystemFactory.Builder |
withFileSystemAccessor(SftpFileSystemAccessor accessor) |
SftpSubsystemFactory.Builder |
withSftpErrorStatusDataHandler(SftpErrorStatusDataHandler handler) |
SftpSubsystemFactory.Builder |
withUnsupportedAttributePolicy(UnsupportedAttributePolicy p) |
addSftpEventListener, getRegisteredListeners, getSftpEventListenerProxy, removeSftpEventListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetpublic SftpSubsystemFactory.Builder withExecutorServiceProvider(Supplier<? extends org.apache.sshd.common.util.threads.CloseableExecutorService> provider)
public SftpSubsystemFactory.Builder withUnsupportedAttributePolicy(UnsupportedAttributePolicy p)
public SftpSubsystemFactory.Builder withFileSystemAccessor(SftpFileSystemAccessor accessor)
public SftpSubsystemFactory.Builder withSftpErrorStatusDataHandler(SftpErrorStatusDataHandler handler)
public SftpSubsystemFactory.Builder withErrorChannelDataReceiver(ChannelDataReceiver receiver)
public SftpSubsystemFactory build()
build in interface org.apache.sshd.common.util.ObjectBuilder<SftpSubsystemFactory>Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.