Class SftpSubsystem

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
org.apache.sshd.sftp.server.SftpSubsystem
All Implemented Interfaces:
Closeable, AutoCloseable, Runnable, org.apache.sshd.common.file.FileSystemAware, SessionContextHolder, SessionHolder<ServerSession>, org.apache.sshd.common.util.threads.ExecutorServiceCarrier, ChannelDataReceiver, ServerChannelSessionHolder, AsyncCommand, AsyncCommandErrorStreamAware, AsyncCommandInputStreamAware, AsyncCommandOutputStreamAware, AsyncCommandStreamsAware, Command, CommandDirectErrorStreamAware, CommandDirectInputStreamAware, CommandDirectOutputStreamAware, CommandDirectStreamsAware, CommandLifecycle, ServerSessionHolder, SftpErrorStatusDataHandlerProvider, SftpEventListenerManager, SftpFileSystemAccessorProvider, SftpSubsystemEnvironment, SftpSubsystemProxy, SftpUnsupportedAttributePolicyProvider

public class SftpSubsystem extends AbstractSftpSubsystemHelper implements Runnable, org.apache.sshd.common.file.FileSystemAware, org.apache.sshd.common.util.threads.ExecutorServiceCarrier, AsyncCommand, ChannelDataReceiver
SFTP subsystem
Author:
Apache MINA SSHD Project