Uses of Interface
org.apache.sshd.sftp.server.SftpErrorStatusDataHandler
Packages that use SftpErrorStatusDataHandler
-
Uses of SftpErrorStatusDataHandler in org.apache.sshd.sftp.server
Fields in org.apache.sshd.sftp.server declared as SftpErrorStatusDataHandlerModifier and TypeFieldDescriptionstatic final SftpErrorStatusDataHandler
SftpErrorStatusDataHandler.DEFAULT
private final SftpErrorStatusDataHandler
AbstractSftpSubsystemHelper.errorStatusDataHandler
private SftpErrorStatusDataHandler
SftpSubsystemFactory.Builder.errorStatusDataHandler
private SftpErrorStatusDataHandler
SftpSubsystemFactory.errorStatusDataHandler
Methods in org.apache.sshd.sftp.server that return SftpErrorStatusDataHandlerModifier and TypeMethodDescriptionAbstractSftpSubsystemHelper.getErrorStatusDataHandler()
SftpSubsystemFactory.getErrorStatusDataHandler()
Methods in org.apache.sshd.sftp.server with parameters of type SftpErrorStatusDataHandlerModifier and TypeMethodDescriptionvoid
SftpSubsystemFactory.setErrorStatusDataHandler
(SftpErrorStatusDataHandler handler) SftpSubsystemFactory.Builder.withSftpErrorStatusDataHandler
(SftpErrorStatusDataHandler handler) Constructors in org.apache.sshd.sftp.server with parameters of type SftpErrorStatusDataHandlerModifierConstructorDescriptionprotected
AbstractSftpSubsystemHelper
(UnsupportedAttributePolicy policy, SftpFileSystemAccessor accessor, SftpErrorStatusDataHandler handler) SftpSubsystem
(CloseableExecutorService executorService, UnsupportedAttributePolicy policy, SftpFileSystemAccessor accessor, SftpErrorStatusDataHandler errorStatusDataHandler)