Uses of Interface
org.apache.sshd.sftp.server.SftpErrorStatusDataHandler
-
Packages that use SftpErrorStatusDataHandler Package Description org.apache.sshd.sftp.server -
-
Uses of SftpErrorStatusDataHandler in org.apache.sshd.sftp.server
Fields in org.apache.sshd.sftp.server 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.sftp.server that return SftpErrorStatusDataHandler Modifier and Type Method Description SftpErrorStatusDataHandler
AbstractSftpSubsystemHelper. getErrorStatusDataHandler()
SftpErrorStatusDataHandler
SftpSubsystemFactory. getErrorStatusDataHandler()
Methods in org.apache.sshd.sftp.server 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.sftp.server with parameters of type SftpErrorStatusDataHandler Constructor Description AbstractSftpSubsystemHelper(UnsupportedAttributePolicy policy, SftpFileSystemAccessor accessor, SftpErrorStatusDataHandler handler)
SftpSubsystem(CloseableExecutorService executorService, UnsupportedAttributePolicy policy, SftpFileSystemAccessor accessor, SftpErrorStatusDataHandler errorStatusDataHandler)
-