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 SftpErrorStatusDataHandler
SftpErrorStatusDataHandler. DEFAULT
private SftpErrorStatusDataHandler
AbstractSftpSubsystemHelper. errorStatusDataHandler
private SftpErrorStatusDataHandler
SftpSubsystemFactory.Builder. errorStatusDataHandler
private SftpErrorStatusDataHandler
SftpSubsystemFactory. errorStatusDataHandler
Methods in org.apache.sshd.server.subsystem.sftp that return SftpErrorStatusDataHandler Modifier and Type Method Description SftpErrorStatusDataHandler
AbstractSftpSubsystemHelper. getErrorStatusDataHandler()
SftpErrorStatusDataHandler
SftpSubsystemFactory. getErrorStatusDataHandler()
Methods in org.apache.sshd.server.subsystem.sftp with parameters of type SftpErrorStatusDataHandler Modifier and Type Method Description void
SftpSubsystemFactory. setErrorStatusDataHandler(SftpErrorStatusDataHandler handler)
SftpSubsystemFactory.Builder
SftpSubsystemFactory.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)
-