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
-
Method Summary
Methods inherited from interface org.apache.sshd.common.util.threads.ExecutorServiceCarrier
getExecutorServiceMethods inherited from interface org.apache.sshd.sftp.server.SftpErrorDataChannelReceiverProvider
getErrorChannelDataReceiverMethods inherited from interface org.apache.sshd.sftp.server.SftpErrorStatusDataHandlerProvider
getErrorStatusDataHandlerMethods inherited from interface org.apache.sshd.sftp.server.SftpFileSystemAccessorProvider
getFileSystemAccessorMethods inherited from interface org.apache.sshd.sftp.server.SftpUnsupportedAttributePolicyProvider
getUnsupportedAttributePolicy