Uses of Interface
org.apache.sshd.server.subsystem.sftp.SftpErrorStatusDataHandler
-
Packages that use SftpErrorStatusDataHandler Package Description org.apache.sshd.server.subsystem.sftp -
-
Uses of SftpErrorStatusDataHandler in org.apache.sshd.server.subsystem.sftp
Fields in org.apache.sshd.server.subsystem.sftp declared as SftpErrorStatusDataHandler Modifier and Type Field Description static SftpErrorStatusDataHandlerSftpErrorStatusDataHandler. DEFAULTprivate SftpErrorStatusDataHandlerAbstractSftpSubsystemHelper. errorStatusDataHandlerprivate SftpErrorStatusDataHandlerSftpSubsystemFactory.Builder. errorStatusDataHandlerprivate SftpErrorStatusDataHandlerSftpSubsystemFactory. errorStatusDataHandlerMethods in org.apache.sshd.server.subsystem.sftp that return SftpErrorStatusDataHandler Modifier and Type Method Description SftpErrorStatusDataHandlerAbstractSftpSubsystemHelper. getErrorStatusDataHandler()SftpErrorStatusDataHandlerSftpSubsystemFactory. getErrorStatusDataHandler()Methods in org.apache.sshd.server.subsystem.sftp with parameters of type SftpErrorStatusDataHandler Modifier and Type Method Description voidSftpSubsystemFactory. setErrorStatusDataHandler(SftpErrorStatusDataHandler handler)SftpSubsystemFactory.BuilderSftpSubsystemFactory.Builder. withSftpErrorStatusDataHandler(SftpErrorStatusDataHandler handler)Constructors in org.apache.sshd.server.subsystem.sftp with parameters of type SftpErrorStatusDataHandler Constructor Description AbstractSftpSubsystemHelper(UnsupportedAttributePolicy policy, SftpFileSystemAccessor accessor, SftpErrorStatusDataHandler handler)SftpSubsystem(CloseableExecutorService executorService, UnsupportedAttributePolicy policy, SftpFileSystemAccessor accessor, SftpErrorStatusDataHandler errorStatusDataHandler)
-