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 |
withExecutorService(org.apache.sshd.common.util.threads.CloseableExecutorService service) |
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 withExecutorService(org.apache.sshd.common.util.threads.CloseableExecutorService service)
public SftpSubsystemFactory.Builder withUnsupportedAttributePolicy(UnsupportedAttributePolicy p)
public SftpSubsystemFactory.Builder withFileSystemAccessor(SftpFileSystemAccessor accessor)
public SftpSubsystemFactory.Builder withSftpErrorStatusDataHandler(SftpErrorStatusDataHandler handler)
public SftpSubsystemFactory build()
build in interface org.apache.sshd.common.util.ObjectBuilder<SftpSubsystemFactory>Copyright © 2018 The Apache Software Foundation. All rights reserved.