Uses of Interface
org.apache.sshd.sftp.server.SftpErrorStatusDataHandler
-
Packages that use SftpErrorStatusDataHandler Package Description org.apache.sshd.contrib.server.subsystem.sftp org.apache.sshd.sftp.server -
-
Uses of SftpErrorStatusDataHandler in org.apache.sshd.contrib.server.subsystem.sftp
Classes in org.apache.sshd.contrib.server.subsystem.sftp that implement SftpErrorStatusDataHandler Modifier and Type Class Description classDetailedSftpErrorStatusDataHandlerAnSftpErrorStatusDataHandlerimplementation that returns an elaborate message string for the thrown exception - thus potentially "leaking" information about the internal implementation and/or real paths. -
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 SftpErrorStatusDataHandlerSftpErrorStatusDataHandler. DEFAULTprivate SftpErrorStatusDataHandlerAbstractSftpSubsystemHelper. errorStatusDataHandlerprivate SftpErrorStatusDataHandlerSftpSubsystemFactory.Builder. errorStatusDataHandlerprivate SftpErrorStatusDataHandlerSftpSubsystemFactory. errorStatusDataHandlerMethods in org.apache.sshd.sftp.server that return SftpErrorStatusDataHandler Modifier and Type Method Description SftpErrorStatusDataHandlerAbstractSftpSubsystemHelper. getErrorStatusDataHandler()SftpErrorStatusDataHandlerSftpErrorStatusDataHandlerProvider. getErrorStatusDataHandler()SftpErrorStatusDataHandlerSftpSubsystemFactory. getErrorStatusDataHandler()Methods in org.apache.sshd.sftp.server with parameters of type SftpErrorStatusDataHandler Modifier and Type Method Description voidSftpSubsystemFactory. setErrorStatusDataHandler(SftpErrorStatusDataHandler handler)SftpSubsystemFactory.BuilderSftpSubsystemFactory.Builder. withSftpErrorStatusDataHandler(SftpErrorStatusDataHandler handler)
-