Package org.apache.sshd.sftp.server
Interface SftpSubsystemProxy
-
- All Superinterfaces:
ServerChannelSessionHolder,ServerSessionHolder,SessionContextHolder,SessionHolder<ServerSession>,SftpErrorStatusDataHandlerProvider,SftpEventListenerManager,SftpFileSystemAccessorProvider,SftpSubsystemEnvironment,SftpUnsupportedAttributePolicyProvider
- All Known Implementing Classes:
AbstractSftpSubsystemHelper,SftpSubsystem
public interface SftpSubsystemProxy extends SftpSubsystemEnvironment, SftpEventListenerManager, SftpErrorStatusDataHandlerProvider
- Author:
- Apache MINA SSHD Project
-
-
Field Summary
-
Fields inherited from interface org.apache.sshd.sftp.server.SftpSubsystemEnvironment
ALL_SFTP_IMPL, HIGHER_SFTP_IMPL, LOWER_SFTP_IMPL, SUPPORTED_SFTP_VERSIONS
-
-
Method Summary
-
Methods inherited from interface org.apache.sshd.server.channel.ServerChannelSessionHolder
getServerChannelSession
-
Methods inherited from interface org.apache.sshd.server.session.ServerSessionHolder
getServerSession
-
Methods inherited from interface org.apache.sshd.common.session.SessionHolder
getSessionContext
-
Methods inherited from interface org.apache.sshd.sftp.server.SftpErrorStatusDataHandlerProvider
getErrorStatusDataHandler
-
Methods inherited from interface org.apache.sshd.sftp.server.SftpEventListenerManager
addSftpEventListener, getSftpEventListenerProxy, removeSftpEventListener
-
Methods inherited from interface org.apache.sshd.sftp.server.SftpFileSystemAccessorProvider
getFileSystemAccessor
-
Methods inherited from interface org.apache.sshd.sftp.server.SftpSubsystemEnvironment
getDefaultDirectory, getSession, getVersion
-
Methods inherited from interface org.apache.sshd.sftp.server.SftpUnsupportedAttributePolicyProvider
getUnsupportedAttributePolicy
-
-