Package org.apache.sshd.sftp.server
Interface SftpSubsystemConfigurator
-
- All Superinterfaces:
ExecutorServiceCarrier
,SftpErrorDataChannelReceiverProvider
,SftpErrorStatusDataHandlerProvider
,SftpFileSystemAccessorProvider
,SftpUnsupportedAttributePolicyProvider
- All Known Implementing Classes:
SftpSubsystemFactory
public interface SftpSubsystemConfigurator extends ExecutorServiceCarrier, SftpFileSystemAccessorProvider, SftpUnsupportedAttributePolicyProvider, SftpErrorStatusDataHandlerProvider, SftpErrorDataChannelReceiverProvider
- Author:
- Apache MINA SSHD Project
-
-
Method Summary
-
Methods inherited from interface org.apache.sshd.common.util.threads.ExecutorServiceCarrier
getExecutorService
-
Methods inherited from interface org.apache.sshd.sftp.server.SftpErrorDataChannelReceiverProvider
getErrorChannelDataReceiver
-
Methods inherited from interface org.apache.sshd.sftp.server.SftpErrorStatusDataHandlerProvider
getErrorStatusDataHandler
-
Methods inherited from interface org.apache.sshd.sftp.server.SftpFileSystemAccessorProvider
getFileSystemAccessor
-
Methods inherited from interface org.apache.sshd.sftp.server.SftpUnsupportedAttributePolicyProvider
getUnsupportedAttributePolicy
-
-