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 SftpErrorStatusDataHandlerSftpErrorStatusDataHandler. DEFAULTMethods 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)
-